diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-24 14:45:49 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-24 14:45:49 +0000 |
| commit | f94e21eba8ae3de10e8323a3ba905da5d19bb4b7 (patch) | |
| tree | 7b50c3a13425c50be14b8e86486357bb332de4a2 /roundcubemail/config | |
| parent | b1ee6c679c3fc5437e0423ce40b57a1e37e5569b (diff) | |
- 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
Diffstat (limited to 'roundcubemail/config')
| -rw-r--r-- | roundcubemail/config/main.inc.php.dist | 5 |
1 files changed, 5 insertions, 0 deletions
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 // ---------------------------------- |
