summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/rcmail.php
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-09-19 12:34:01 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-09-19 12:34:01 +0000
commite4c7779ac5b37e21043135b894eaf5edf9676139 (patch)
tree63fe64944825028a2ad696646e3d983de93fe21c /roundcubemail/program/include/rcmail.php
parent77df8bf5d7cd60abee4e6360e75326adf035f57c (diff)
- Allow setting connection options in imap_connect hook
git-svn-id: https://svn.roundcube.net/trunk@5240 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include/rcmail.php')
-rw-r--r--roundcubemail/program/include/rcmail.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcmail.php b/roundcubemail/program/include/rcmail.php
index 3cc277450..ca62fa2bb 100644
--- a/roundcubemail/program/include/rcmail.php
+++ b/roundcubemail/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),