summaryrefslogtreecommitdiff
path: root/roundcubemail/config
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-10-22 18:52:20 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-10-22 18:52:20 +0000
commitd4fbe14f004333c7a90693b41c4a64edacdb7cdd (patch)
tree7301fa33d262bef1dee3428aceb8ce44b1e4bffa /roundcubemail/config
parenta5d1e6f6ff83ac74fdebe355ff223dccd367a738 (diff)
- Add SASL-IR support (RFC 4959)
- Add LOGINDISABLED support (RFC 2595) - Add support for AUTH=PLAIN authentication to IMAP git-svn-id: https://svn.roundcube.net/trunk@4122 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
-rw-r--r--roundcubemail/config/main.inc.php.dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist
index 4540adc34..664251217 100644
--- a/roundcubemail/config/main.inc.php.dist
+++ b/roundcubemail/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) or "check" to auto detect.
-// Optional, defaults to "check"
+// IMAP auth type. Can be "auth" (CRAM-MD5), "plain" (PLAIN), "login" (LOGIN)
+// or "check" (or empty) to auto detect. Optional, defaults to "check"
$rcmail_config['imap_auth_type'] = null;
// If you know your imap's root directory and its folder delimiter,