summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-10-23 17:03:44 +0000
committeralecpl <alec@alec.pl>2010-10-23 17:03:44 +0000
commit4dd4172421fd16c5a84f4a80f626672a91d343f0 (patch)
tree5d3f39becbaf006f4b136f9fc067c91664979845 /config
parentee72e4d4ee80d8f529996ba93a4df1f02b210e33 (diff)
- Add support for AUTH=DIGEST-MD5 in IMAP (RFC 2831)
Diffstat (limited to 'config')
-rw-r--r--config/main.inc.php.dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index 9579c0d0f..974e8b3b1 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -70,8 +70,8 @@ $rcmail_config['default_host'] = '';
// TCP port used for IMAP connections
$rcmail_config['default_port'] = 143;
-// IMAP auth type. Can be "auth" (CRAM-MD5), "plain" (PLAIN), "login" (LOGIN)
-// or "check" (or empty) to auto detect. Optional, defaults to "check"
+// IMAP AUTH type (DIGEST-MD5, CRAM-MD5, LOGIN, PLAIN or empty to use
+// best server supported one)
$rcmail_config['imap_auth_type'] = null;
// If you know your imap's root directory and its folder delimiter,