Changeset 5982122 in github
- Timestamp:
- Nov 2, 2009 2:37:06 AM (4 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- ac67db1
- Parents:
- d300509
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/lib/imap.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r09915f1 r5982122 2 2 =========================== 3 3 4 - Fix imap_auth_type regression (#1486263) 5 6 RELEASE 0.3.1 7 ------------------ 4 8 - Specify toolbar container in compose template (#1486247) 5 9 - Fix $_SERVER['HTTPS'] check for SSL forcing on IIS (#1486243) -
program/lib/imap.inc
r7fc0b944 r5982122 555 555 if (is_array($options)) { 556 556 foreach($options as $optkey => $optval) { 557 if ($optkey == ' imap') {557 if ($optkey == 'auth_method') { 558 558 $auth_method = strtoupper($optval); 559 559 } else if ($optkey == 'rootdir') {
Note: See TracChangeset
for help on using the changeset viewer.
