From d8c440c03f3c66b93793c40e54d3c9329d9b5ea9 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Wed, 24 Mar 2010 10:45:49 -0400
Subject: [PATCH] - Added 'imap_force_caps' option for after-login CAPABILITY checking (#1485750)

---
 config/main.inc.php.dist |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index 2679631..75110e4 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -75,6 +75,11 @@
 $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
 // ----------------------------------

--
Gitblit v1.9.1