Aleksander Machniak
2015-05-14 df10bd5f2c98831bc20fae9c579967109345fdab
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)) {