On Thu, 14 Aug 2003, Karsten D�ring wrote: >wenn I try to login I get following message: >* NO Syntax Error: undefined or disallowed in current state >Here is an example of the test-logon-procedure: >* OK Welcome to Binc IMAP v1.1.8 (c) Copyright 2002, 2003 Andreas Aardal >Hanssen at 2003-08-14T02:51:37+0200 SockTest Echo>LOGIN myusername >mypassword >* NO Syntax Error: undefined or disallowed in current state
From what I'm reading I can't see your prefix tag. All IMAP commands must be prefixed with a tag, which can be any alphanumeric string plus more. Try this: 1 LOGIN myusername mypassword And see what happens. Binc 1.1.9 has more comprehensible error reporting, but it's not out yet. Andy :-) -- Andreas Aardal Hanssen | http://www.andreas.hanssen.name/gpg Author of Binc IMAP | "It is better not to do something | than to do it poorly."

