summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-05-15 21:23:41 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-05-15 21:23:41 +0000
commit954e3975fe3f48a55c01080bdad885ca0944383c (patch)
tree5151bd6753bf3bc5a85411888060e76daecaa4e6
parent8a71ca5c4e078198df336c2686cc35b63068a879 (diff)
Better description of imap_auth_type option
git-svn-id: https://svn.roundcube.net/trunk@1395 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/config/main.inc.php.dist3
1 files changed, 2 insertions, 1 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist
index e4287de7d..e8fbd2ff0 100644
--- a/roundcubemail/config/main.inc.php.dist
+++ b/roundcubemail/config/main.inc.php.dist
@@ -40,7 +40,8 @@ $rcmail_config['default_host'] = '';
// TCP port used for IMAP connections
$rcmail_config['default_port'] = 143;
-// IMAP authentication type (auth, plain) or null to use best server supported one
+// IMAP auth type. Can be "auth" (CRAM-MD5), "plain" (PLAIN) or "check" to auto detect.
+// Optional, defaults to "check"
$rcmail_config['imap_auth_type'] = null;
// Automatically add this domain to user names for login