mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:37:02 +02:00
added pop3 import to the gui
This commit is contained in:
@ -289,6 +289,7 @@ define('TABLE_OPTION', 'option');
|
||||
define('TABLE_LDAP', 'ldap');
|
||||
define('TABLE_CUSTOMER_SETTINGS', 'customer_settings');
|
||||
define('TABLE_ONLINE', 'online');
|
||||
define('TABLE_IMPORT', 'import');
|
||||
define('TABLE_GOOGLE', 'google');
|
||||
define('TABLE_GOOGLE_IMAP', 'google_imap');
|
||||
define('VIEW_MESSAGES', 'v_messages');
|
||||
@ -376,6 +377,13 @@ $actions = array(
|
||||
);
|
||||
|
||||
|
||||
$import_status = array(
|
||||
0 => 'PENDING',
|
||||
1 => 'RUNNING',
|
||||
2 => 'FINISHED'
|
||||
);
|
||||
|
||||
|
||||
$counters = array(MEMCACHED_PREFIX . 'rcvd', MEMCACHED_PREFIX . 'virus', MEMCACHED_PREFIX . 'duplicate', MEMCACHED_PREFIX . 'ignore', MEMCACHED_PREFIX . 'counters_last_update');
|
||||
|
||||
if(!isset($health_smtp_servers)) {
|
||||
|
Reference in New Issue
Block a user