From: Gunnar Wrobel Date: Thu, 11 Mar 2010 18:45:15 +0000 (+0100) Subject: Add the "secure" parameter expected by the Imap_Client library. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=dd327dd1c47cdf6bddfcf5701096803b56a7ace8;p=horde.git Add the "secure" parameter expected by the Imap_Client library. Should be made configurable later. --- diff --git a/framework/Kolab_Session/lib/Horde/Kolab/Session/Base.php b/framework/Kolab_Session/lib/Horde/Kolab/Session/Base.php index c657108c7..43e377e6d 100644 --- a/framework/Kolab_Session/lib/Horde/Kolab/Session/Base.php +++ b/framework/Kolab_Session/lib/Horde/Kolab/Session/Base.php @@ -373,7 +373,8 @@ class Horde_Kolab_Session_Base implements Horde_Kolab_Session_Interface //@todo: Use Session_Auth array('hostspec' => $this->getImapServer(), 'username' => Horde_Auth::getAuth(), - 'password' => Horde_Auth::getCredential('password')) + 'password' => Horde_Auth::getCredential('password'), + 'secure' => true) ); } return $this->_storage;