summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--program/lib/imap.inc2
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";