summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-03-24 14:45:49 +0000
committeralecpl <alec@alec.pl>2010-03-24 14:45:49 +0000
commitd8c440c03f3c66b93793c40e54d3c9329d9b5ea9 (patch)
tree59073429ff377b542b30f4db41c019a358940d98 /config
parent02e2b43ee3f894782bfd3fa163c0151bb923ad8d (diff)
- Added 'imap_force_caps' option for after-login CAPABILITY checking (#1485750)
Diffstat (limited to 'config')
-rw-r--r--config/main.inc.php.dist5
1 files changed, 5 insertions, 0 deletions
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
// ----------------------------------