From f94e21eba8ae3de10e8323a3ba905da5d19bb4b7 Mon Sep 17 00:00:00 2001 From: alec Date: Wed, 24 Mar 2010 14:45:49 +0000 Subject: - Added 'imap_force_caps' option for after-login CAPABILITY checking (#1485750) git-svn-id: https://svn.roundcube.net/trunk@3415 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/config/main.inc.php.dist | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'roundcubemail/config') diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index 2679631b6..75110e45a 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/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