mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-18 14:34:54 +00:00
[Imapsync] Add parallel imapsync support
This commit is contained in:
@@ -116,6 +116,7 @@ $template_data = [
|
||||
'ip_check' => customize('get', 'ip_check'),
|
||||
'custom_login' => customize('get', 'custom_login'),
|
||||
'password_complexity' => password_complexity('get'),
|
||||
'imapsync_settings' => imapsync_get_settings(),
|
||||
'show_rspamd_global_filters' => @$_SESSION['show_rspamd_global_filters'],
|
||||
'cors_settings' => $cors_settings,
|
||||
'is_https' => isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on',
|
||||
|
||||
Reference in New Issue
Block a user