From d8c440c03f3c66b93793c40e54d3c9329d9b5ea9 Mon Sep 17 00:00:00 2001 From: alecpl Date: Wed, 24 Mar 2010 14:45:49 +0000 Subject: - Added 'imap_force_caps' option for after-login CAPABILITY checking (#1485750) --- config/main.inc.php.dist | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config') diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 2679631b6..75110e45a 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -75,6 +75,11 @@ $rcmail_config['imap_auth_type'] = null; $rcmail_config['imap_root'] = null; $rcmail_config['imap_delimiter'] = null; +// By default IMAP capabilities are readed after connection to IMAP server +// In some cases, e.g. when using IMAP proxy, there's a need to refresh the list +// after login. Set to True if you've got this case. +$rcmail_config['imap_force_caps'] = false; + // ---------------------------------- // SMTP // ---------------------------------- -- cgit v1.2.3