[Tickets #3793] NEW: imap response problem
bugs@bugs.horde.org
bugs at bugs.horde.org
Wed Apr 19 05:57:05 PDT 2006
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=3793
-----------------------------------------------------------------------
Ticket | 3793
Created By | stanley.appel at ps.net
Summary | imap response problem
Queue | IMP
Version | 4.1.1
State | Unconfirmed
Priority | 1. Low
Type | Bug
Owners |
-----------------------------------------------------------------------
stanley.appel at ps.net (2006-04-19 05:57) wrote:
I'm unable to login imp on a imap server. After looking at the code it looks
like imp has a problem with the login response.
example telnet to the imap server:
[root at denhaag IMAP]# telnet utrecht 143
Trying 192.168.0.3...
Connected to utrecht.
Escape character is '^]'.
* OK [CAPABILITY IMAP4 IMAP4REV1 STARTTLS LOGIN-REFERRALS AUTH=LOGIN]
utrecht.xxx.nl IMAP4rev1 2000.287rh at Wed, 19 Apr 2006 14:49:35 +0200
(CEST)
0 login xxxxxx {6}
+ Ready for argument
blabla
* CAPABILITY IMAP4 IMAP4REV1 STARTTLS NAMESPACE IDLE MAILBOX-REFERRALS SCAN
SORT THREAD=REFERENCES THREAD=ORDEREDSUBJECT MULTIAPPEND
0 OK LOGIN completed
0 logout
* BYE utrecht.xxx.nl IMAP4rev1 server terminating connection
0 OK LOGOUT completed
Connection closed by foreign host.
it shows that the imap server first responded with a * CAPABILITY IMAP4...
and if I look at imp/lib/IMAP/Client.php code it does expect the ok line and
nothing else.
More information about the bugs
mailing list