Summary | Wrong Imap_Client exception if follow-up auth fails |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | jan (at) horde (dot) org |
Created | 02/17/2012 (4895 days ago) |
Due | |
Updated | 02/20/2012 (4892 days ago) |
Assigned | |
Resolved | 02/20/2012 (4892 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 6210694d913c7b041fec96aef6e3c1cb9cc91b0d
Author: Michael M Slusarz <slusarz@horde.org>
Date: Sun Feb 19 23:35:00 2012 -0700
[mms] Return correct authentication error if authentication fails
after the original login (
Bug #11007)..../Imap_Client/lib/Horde/Imap/Client/Socket.php | 18 +++++++++++++-----
framework/Imap_Client/package.xml | 2 ++
2 files changed, 15 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/6210694d913c7b041fec96aef6e3c1cb9cc91b0d
commit 6210694d913c7b041fec96aef6e3c1cb9cc91b0d
Author: Michael M Slusarz <slusarz@horde.org>
Date: Sun Feb 19 23:35:00 2012 -0700
[mms] Return correct authentication error if authentication fails
after the original login (
Bug #11007)..../Imap_Client/lib/Horde/Imap/Client/Socket.php | 18 +++++++++++++-----
framework/Imap_Client/package.xml | 2 ++
2 files changed, 15 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/6210694d913c7b041fec96aef6e3c1cb9cc91b0d
which always returns ''.
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Assigned to Michael Slusarz
Queue ⇒ Horde Framework Packages
Summary ⇒ Wrong Imap_Client exception if follow-up auth fails
Type ⇒ Bug
State ⇒ Assigned
library returns "No supported IMAP authentication method could be
found.".
C: 1 CAPABILITY
S: * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ NAMESPACE UIDPLUS
ID NO_ATOMIC_RENAME UNSELECT CHILDREN MULTIAPPEND BINARY SORT
THREAD=ORDEREDSUBJECT THREAD=REFERENCES ANNOTATEMORE XIMAPPROXY
S: 1 OK Completed
C: [LOGIN Command - username: jan]
S: 2 OK User logged in
C: 3 CAPABILITY
S: * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ NAMESPACE UIDPLUS
ID NO_ATOMIC_RENAME UNSELECT CHILDREN MULTIAPPEND BINARY SORT
THREAD=ORDEREDSUBJECT THREAD=REFERENCES ANNOTATEMORE IDLE LOGINDISABLED
S: 3 OK Completed
C: 4 NAMESPACE
S: * NAMESPACE (("INBOX." ".")) (("user." ".")) (("" "."))
S: 4 OK Completed
C: 5 LOGOUT
S: * BYE LOGOUT received
S: 5 OK Completed
------------------------------
C: [LOGIN Command - username: jan]
If providing an incorrect password right from the start, I get the
correct error back.
C: 1 CAPABILITY
S: * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ NAMESPACE UIDPLUS
ID NO_ATOMIC_RENAME UNSELECT CHILDREN MULTIAPPEND BINARY SORT
THREAD=ORDEREDSUBJECT THREAD=REFERENCES ANNOTATEMORE XIMAPPROXY
S: 1 OK Completed
C: [LOGIN Command - username: jan]