Changeset 3084 in subversion
- Timestamp:
- Nov 2, 2009 2:37:06 AM (4 years ago)
- Location:
- trunk/roundcubemail
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/lib/imap.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/CHANGELOG
r3074 r3084 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) -
trunk/roundcubemail/program/lib/imap.inc
r3018 r3084 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.
