[Tickets #4565] bug in Client.php of imp

bugs@bugs.horde.org bugs at bugs.horde.org
Fri Oct 27 02:15:12 PDT 2006


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=4565
-----------------------------------------------------------------------
 Ticket             | 4565
 Created By         | nigl at fh-landshut.de
 Summary            | bug in Client.php of imp
 Queue              | IMP
 Version            | HEAD
 Type               | Bug
 State              | Unconfirmed
 Priority           | 3. High
 Owners             | 
-----------------------------------------------------------------------


nigl at fh-landshut.de (2006-10-27 02:15) wrote:

found a bug in horde/imp/lib/IMAP/Client.php

function login:

if ((!$this->_usessl || !$this->_usetls) && !empty($auth_methods)) {

change to:

if ((!$this->_usessl && !$this->_usetls) && !empty($auth_methods)) {

i am using imap/ssl/novalidate-cert and imp tries always cram-md5 and
digest-md5 before PLAIN 




More information about the bugs mailing list