alecpl
2009-01-07 46b48e6d349d48e6e211858a82589223b1364518
- fix: set default auth method to 'check' not 'plain'


1 files modified
2 ■■■ changed files
program/lib/imap.inc 2 ●●● patch | view | raw | blame | history
program/lib/imap.inc
@@ -543,7 +543,7 @@
    }
    if (empty($auth_method))
            $auth_method = 'plain';
            $auth_method = 'check';
        
    $message = "INITIAL: $auth_method\n";