6.0.0-beta1
11/9/25

[#4565] bug in Client.php of imp
Summary bug in Client.php of imp
Queue IMP
Queue Version HEAD
Type Bug
State Resolved
Priority 1. Low
Owners slusarz (at) horde (dot) org
Requester nigl (at) fh-landshut (dot) de
Created 10/27/2006 (6953 days ago)
Due
Updated 11/02/2006 (6947 days ago)
Assigned 10/27/2006 (6953 days ago)
Resolved 11/02/2006 (6947 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
11/02/2006 05:48:21 AM Michael Slusarz Comment #2
State ⇒ Resolved
Reply to this comment
Fixed in HEAD and IMP 4.1.4.
10/27/2006 05:07:00 PM Jan Schneider Assigned to Michael Slusarz
Priority ⇒ 1. Low
State ⇒ Assigned
 
10/27/2006 09:15:10 AM nigl (at) fh-landshut (dot) de Comment #1
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ bug in Client.php of imp
Queue ⇒ IMP
State ⇒ Unconfirmed
Reply to this comment
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

Saved Queries