Changeset 5982122 in github


Ignore:
Timestamp:
Nov 2, 2009 2:37:06 AM (4 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
ac67db1
Parents:
d300509
Message:
  • Fix imap_auth_type regression (#1486263)
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    r09915f1 r5982122  
    22=========================== 
    33 
     4- Fix imap_auth_type regression (#1486263) 
     5 
     6RELEASE 0.3.1 
     7------------------ 
    48- Specify toolbar container in compose template (#1486247) 
    59- Fix $_SERVER['HTTPS'] check for SSL forcing on IIS (#1486243) 
  • program/lib/imap.inc

    r7fc0b944 r5982122  
    555555        if (is_array($options)) { 
    556556                foreach($options as $optkey => $optval) { 
    557                         if ($optkey == 'imap') { 
     557                        if ($optkey == 'auth_method') { 
    558558                                $auth_method = strtoupper($optval); 
    559559                        } else if ($optkey == 'rootdir') { 
Note: See TracChangeset for help on using the changeset viewer.