From e7e79470e425c75495a846435b43350f0b793bb7 Mon Sep 17 00:00:00 2001 From: alecpl Date: Mon, 19 Sep 2011 12:34:01 +0000 Subject: - Allow setting connection options in imap_connect hook --- program/include/rcmail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/include/rcmail.php') diff --git a/program/include/rcmail.php b/program/include/rcmail.php index 3cc277450..ca62fa2bb 100644 --- a/program/include/rcmail.php +++ b/program/include/rcmail.php @@ -615,7 +615,7 @@ class rcmail // Setting root and delimiter before establishing the connection // can save time detecting them using NAMESPACE and LIST $options = array( - 'auth_method' => $this->config->get('imap_auth_type', 'check'), + 'auth_type' => $this->config->get('imap_auth_type', 'check'), 'auth_cid' => $this->config->get('imap_auth_cid'), 'auth_pw' => $this->config->get('imap_auth_pw'), 'debug' => (bool) $this->config->get('imap_debug', 0), -- cgit v1.2.3