added pop3 import to the gui

This commit is contained in:
SJ
2013-08-23 13:02:51 +02:00
parent d7faf096f1
commit eb826537dd
30 changed files with 1010 additions and 24 deletions

View File

@@ -248,11 +248,21 @@ struct memcached_server {
#endif
struct import {
int status;
int total_messages;
int processed_messages;
int import_job_id;
time_t started, updated, finished;
};
struct __data {
int folder;
char recursive_folder_names;
char starttls[TINYBUFSIZE];
struct node *mydomains[MAXHASH];
struct import *import;
#ifdef NEED_MYSQL
MYSQL_STMT *stmt_generic;