mirror of
https://bitbucket.org/jsuto/piler.git
synced 2026-04-05 18:19:19 +02:00
added pop3 import to the gui
This commit is contained in:
10
src/defs.h
10
src/defs.h
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user