- fix: set default auth method to 'check' not 'plain'
program/lib/imap.inc @@ -543,7 +543,7 @@ } if (empty($auth_method)) $auth_method = 'plain'; $auth_method = 'check'; $message = "INITIAL: $auth_method\n";