Re: [courier-users] Re: problem with LOGIN command and script

2003-03-12 Thread James A Baker
On Tuesday, Mar 11, 2003, at 20:48 US/Central, Sam Varshavchik wrote:

LOGIN bgates linuxlover
LOGIN NO Error in IMAP command received by server.
None of the above, and what follows, are valid IMAP commands.  See RFC 
2060.

  According to the dump i got from Messenger, the login string it
used was
  login bgates linuxlover
No it's not.
I think what Sam's saying -- without saying it -- is that IMAP 
(RFC2060) makes a requirement in section 2.2 that you're overlooking.

(You really should read the relevant RFC first whenever you intend to 
issue commands manually via telnet to any service at all... which is 
probably why Sam just pointed you to the RFC without details. ;)

Check out the RFC like he said. But look at that section in particular 
for starters. =)

-jab



---
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Re: problem with LOGIN command and script

2003-03-12 Thread imap bert
Hello!

10-4 on that...have to admit, i rushed into the command section on the rfc.

 None of the above, and what follows, are valid IMAP commands. See RFC  2060
...and thanks for clearing this up B).


James A Baker [EMAIL PROTECTED] wrote:
On Tuesday, Mar 11, 2003, at 20:48 US/Central, Sam Varshavchik wrote: LOGIN bgates linuxlover LOGIN NO Error in IMAP command received by server. None of the above, and what follows, are valid IMAP commands. See RFC  2060.  According to the dump i got from Messenger, the login string it used was  login "bgates" "linuxlover" No it's not.I think what Sam's saying -- without saying it -- is that IMAP (RFC2060) makes a requirement in section 2.2 that you're overlooking.(You really should read the relevant RFC first whenever you intend to issue commands manually via telnet to any service at all... which is probably why Sam just pointed you to the RFC without details. ;)Check out the RFC like he said. But look at that section in particular for starters. =)-jab---This SF.net email is sponsored by:Crypto Challenge is now open!Get cracking and register here for some mind boggling fun andthe chance of winning an Apple iPod:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en___courier-users mailing list[EMAIL PROTECTED]Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-usersDo you Yahoo!?
Yahoo! Web Hosting - establish your business online

[courier-users] Re: problem with LOGIN command and script

2003-03-11 Thread Sam Varshavchik
imap bert writes:

[ HTML content follows ]

Hello All, 

telepaths are out to lunch

Aalrighty then...

    Here's a dump of the IMAP server/client dialog:



=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2003.03.11 10:06:13
=~=~=~=~=~=~=~=~=~=~=~=
* OK Courier-IMAP ready. Copyright 1998-2003 Double Precision, Inc.  See
COPYING for distribution information.
CAPABILITY
NO Error in IMAP command received by server.
capability
* CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT
THREAD=REFERENCES SORT QUOTA IDLE STARTTLS
OK CAPABILITY completed
LOGIN bgates linuxlover
LOGIN NO Error in IMAP command received by server.
None of the above, and what follows, are valid IMAP commands.  See RFC 2060.


  According to the dump i got from Messenger, the login string it
used was
  login bgates linuxlover
No it's not.



---
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Re: problem with LOGIN command and script

2003-03-07 Thread Brian Candler
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


Re: [courier-users] Re: problem with LOGIN command and script

2003-03-06 Thread imap bert
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?
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 debuggerfor complex code. Debugging C/C++ programs can leave you feeling lost anddisoriented. TotalView can help you find your way. Available on major UNIXand Linux platforms. Try it free. www.etnus.com___courier-users mailing list[EMAIL PROTECTED]Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-usersDo you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, and more

[courier-users] Re: problem with LOGIN command and script

2003-03-06 Thread Sam Varshavchik
imap bert writes:

[ HTML content follows ]

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?
How exactly do you expect anyone to answer that question when you haven't
even posted your script, not to mention the actual error message?
Sorry, all the telepaths are out to lunch right now.


 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


[courier-users] Re: problem with LOGIN command and script

2003-03-05 Thread Sam Varshavchik
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