From b33c076d8c38eaae60d2f7ed78d65a324dba5d67 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Thu, 14 May 2015 07:20:03 -0400
Subject: [PATCH] Fix bug where imap_conn_options were ignored in IMAP connection test (#1490392)
---
installer/test.php | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/installer/test.php b/installer/test.php
index 988451e..72be968 100644
--- a/installer/test.php
+++ b/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)) {
--
Gitblit v1.9.1