Aleksander Machniak
2015-05-14 df10bd5f2c98831bc20fae9c579967109345fdab
Fix bug where imap_conn_options were ignored in IMAP connection test (#1490392)
2 files modified
2 ■■■■■ changed files
CHANGELOG 1 ●●●● patch | view | raw | blame | history
installer/test.php 1 ●●●● patch | view | raw | blame | history
CHANGELOG
@@ -27,6 +27,7 @@
- Fix bug where messages count was not updated after message move/delete with skip_deleted=false (#1490372)
- Fix security issue in contact photo handling (#1490379)
- Fix possible memcache/apc cache data consistency issues (#1490390)
- Fix bug where imap_conn_options were ignored in IMAP connection test (#1490392)
RELEASE 1.1.1
-------------
installer/test.php
@@ -427,6 +427,7 @@
  $imap->set_options(array(
    'auth_type' => $RCI->getprop('imap_auth_type'),
    'debug'     => $RCI->getprop('imap_debug'),
    'socket_options' => $RCI->getprop('imap_conn_options'),
  ));
  if ($imap->connect($imap_host, $imap_user, $_POST['_pass'], $imap_port, $imap_ssl)) {