Changeset 2221 in subversion


Ignore:
Timestamp:
Jan 7, 2009 1:29:48 PM (4 years ago)
Author:
alec
Message:
  • fix: set default auth method to 'check' not 'plain'
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/lib/imap.inc

    r2185 r2221  
    544544 
    545545        if (empty($auth_method)) 
    546                 $auth_method = 'plain'; 
     546                $auth_method = 'check'; 
    547547                 
    548548        $message = "INITIAL: $auth_method\n"; 
Note: See TracChangeset for help on using the changeset viewer.