From b026c3be85cb5617176e1408e2281bea4182e060 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Thu, 15 May 2008 17:21:35 -0400 Subject: [PATCH] Make IMAP auth type configurable (#1483825) --- config/main.inc.php.dist | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 670bee2..e4287de 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -40,6 +40,9 @@ // 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 -- Gitblit v1.9.1