diff options
author | alecpl <alec@alec.pl> | 2010-10-22 18:52:20 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-10-22 18:52:20 +0000 |
commit | 7bf255bfe1e2fb573da7d1b107bc7cb7fef35198 (patch) | |
tree | 08713795e24b7dd82c4550433def663d4bd76b2a /config/main.inc.php.dist | |
parent | cb7d32ebdd1c783f201e2f3fa6c52f1fafdc6fcf (diff) |
- Add SASL-IR support (RFC 4959)
- Add LOGINDISABLED support (RFC 2595)
- Add support for AUTH=PLAIN authentication to IMAP
Diffstat (limited to 'config/main.inc.php.dist')
-rw-r--r-- | config/main.inc.php.dist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 4540adc34..664251217 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) 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, |