summaryrefslogtreecommitdiff
path: root/roundcubemail/program
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-01-07 18:29:48 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-01-07 18:29:48 +0000
commit2029d40c4f5b18dc5969b4e27e739bb08f4ed0ab (patch)
tree4585fc40359c482f6cc9c2d13ba77abec75e11ff /roundcubemail/program
parent83e4810418d2a5c69251f0d79a5bef481336a244 (diff)
- fix: set default auth method to 'check' not 'plain'
git-svn-id: https://svn.roundcube.net/trunk@2221 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
-rw-r--r--roundcubemail/program/lib/imap.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/lib/imap.inc b/roundcubemail/program/lib/imap.inc
index 65bb54ce2..047afdd00 100644
--- a/roundcubemail/program/lib/imap.inc
+++ b/roundcubemail/program/lib/imap.inc
@@ -543,7 +543,7 @@ function iil_Connect($host, $user, $password, $options=null) {
}
if (empty($auth_method))
- $auth_method = 'plain';
+ $auth_method = 'check';
$message = "INITIAL: $auth_method\n";