| 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 |
State ⇒ Resolved
Priority ⇒ 1. Low
State ⇒ Assigned
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ bug in Client.php of imp
Queue ⇒ IMP
State ⇒ Unconfirmed
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