diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-05-15 21:21:35 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-05-15 21:21:35 +0000 |
| commit | 8a71ca5c4e078198df336c2686cc35b63068a879 (patch) | |
| tree | 31556f839f8cbb18a81a3889b0588b076c14e673 /roundcubemail/config | |
| parent | 6a4b85e31b625dddf193112482b49cae651fec45 (diff) | |
Make IMAP auth type configurable (#1483825)
git-svn-id: https://svn.roundcube.net/trunk@1394 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
| -rw-r--r-- | roundcubemail/config/main.inc.php.dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index 670bee200..e4287de7d 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/config/main.inc.php.dist @@ -40,6 +40,9 @@ $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 +$rcmail_config['imap_auth_type'] = null; + // Automatically add this domain to user names for login // Only for IMAP servers that require full e-mail addresses for login // Specify an array with 'host' => 'domain' values to support multiple hosts |
