From 2029d40c4f5b18dc5969b4e27e739bb08f4ed0ab Mon Sep 17 00:00:00 2001 From: alec Date: Wed, 7 Jan 2009 18:29:48 +0000 Subject: - fix: set default auth method to 'check' not 'plain' git-svn-id: https://svn.roundcube.net/trunk@2221 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/lib/imap.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- cgit v1.2.3