diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-10-23 17:03:44 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-10-23 17:03:44 +0000 |
| commit | 858129b6b4b47e15a37745c2971acfa012a9dbe3 (patch) | |
| tree | 085874181707cff239ed3ca07867139440446914 /roundcubemail/config | |
| parent | 2fd12fdd46c6864cf71fd1487f204b4d02e5d712 (diff) | |
- Add support for AUTH=DIGEST-MD5 in IMAP (RFC 2831)
git-svn-id: https://svn.roundcube.net/trunk@4126 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
| -rw-r--r-- | roundcubemail/config/main.inc.php.dist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index 9579c0d0f..974e8b3b1 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), "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, |
