On Thu, Mar 06, 2003 at 06:30:22PM -0800, imap bert wrote: > Hello! > > >>There is no such thing as an "+OK response" in IMAP > > My mistake...the response according to the netscape messenger/ > sniffer dump was OK > > Any idea why IMAP works on messenger and not on my script?
Because you are not sending IMAP commands to the server. Either watch the exact commands which messenger is sending, or read RFC 2060 which includes examples of valid ways to login to an IMAP server (e.g. section 6.2.2) Regards, Brian. > > Sam Varshavchik <[EMAIL PROTECTED]> wrote: > > imap bert writes: > > When i telnet directly to port 143 and enter the LOGIN > command > > manually, i keep getting NO responses from the server(i am using > 1.7.0) > > instead of the +OK response. > There is no such thing as an "+OK response" in IMAP. > > i suspected that the telnet client was at > > fault, but i've already tried 3 different telnet clients on win32 > and > > linux(rh8.0). > I suspect that you're trying to issue POP3 command to an IMAP > server. > That's not very likely to succeed. > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of TotalView, The > debugger > for complex code. Debugging C/C++ programs can leave you feeling > lost and > disoriented. TotalView can help you find your way. Available on > major UNIX > and Linux platforms. Try it free. www.etnus.com > _______________________________________________ > courier-users mailing list > [EMAIL PROTECTED] > Unsubscribe: > https://lists.sourceforge.net/lists/listinfo/courier-users > _________________________________________________________________ > > Do you Yahoo!? > [1]Yahoo! Tax Center - forms, calculators, tips, and more > > References > > 1. http://rd.yahoo.com/finance/mailtagline/*http://taxes.yahoo.com/ ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
