Hello.
For web-mail service( about 9,000,000 users && 50 imap servers ), we use UW-IMAP
packages.
Please, check the following patch.
At 2000/06/09, I reported same problem for IMAP-4.7.
IMAP-2000BETA( and all 2000 versions ) fixed this problem, but IMAP-2002 release ( to
IMAP-2002e ) doesn't.
Thanks.
========================================================================
Some POP3 server just closed connection without ERR response when authentication
failed.
--- pop3.c.orig Wed Sep 24 14:24:50 2003
+++ pop3.c Wed Sep 24 14:25:14 2003
@@ -638,7 +638,7 @@
}
/* abort requested */
else ret = net_sout (LOCAL->netstream,"*\015\012",3);
- pop3_reply (stream); /* get response */
+ if ( !pop3_reply (stream) ) ret = NIL; /* get response */
return ret;
}
Choi, Sung-hoon
DreamWiz Inc. - Development Team/Manager
Major : Mail/Web/Network/System/Security
Phone : +82-2-3434-3541
MSN : [EMAIL PROTECTED]
WWW : http://my.dreamwiz.com/shoon/
E-mail: [EMAIL PROTECTED]
-------------------------------------------------
Your Life on the Net
DreamWiz Free Mail @ http://www.dreamwiz.com/
--
------------------------------------------------------------------
For information about this mailing list, and its archives, see:
http://www.washington.edu/imap/c-client-list.html
------------------------------------------------------------------