Changeset 1395 in subversion


Ignore:
Timestamp:
May 15, 2008 5:23:41 PM (5 years ago)
Author:
thomasb
Message:

Better description of imap_auth_type option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/config/main.inc.php.dist

    r1394 r1395  
    4141$rcmail_config['default_port'] = 143; 
    4242 
    43 // IMAP authentication type (auth, plain) or null to use best server supported one 
     43// IMAP auth type. Can be "auth" (CRAM-MD5), "plain" (PLAIN) or "check" to auto detect. 
     44// Optional, defaults to "check" 
    4445$rcmail_config['imap_auth_type'] = null; 
    4546 
Note: See TracChangeset for help on using the changeset viewer.