diff options
Diffstat (limited to 'program/lib')
-rw-r--r-- | program/lib/imap.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/lib/imap.inc b/program/lib/imap.inc index 65bb54ce2..047afdd00 100644 --- a/program/lib/imap.inc +++ b/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"; |