- Fix imap_auth_type regression (#1486263)
| | |
| | | CHANGELOG RoundCube Webmail |
| | | =========================== |
| | | |
| | | - Fix imap_auth_type regression (#1486263) |
| | | |
| | | RELEASE 0.3.1 |
| | | ------------------ |
| | | - Specify toolbar container in compose template (#1486247) |
| | | - Fix $_SERVER['HTTPS'] check for SSL forcing on IIS (#1486243) |
| | | - Avoid unnecessary page loads for selected tab (#1486032) |
| | |
| | | // set some imap options |
| | | if (is_array($options)) { |
| | | foreach($options as $optkey => $optval) { |
| | | if ($optkey == 'imap') { |
| | | if ($optkey == 'auth_method') { |
| | | $auth_method = strtoupper($optval); |
| | | } else if ($optkey == 'rootdir') { |
| | | $my_prefs['rootdir'] = $optval; |