From: | "Lars Uffmann" <lars.uffmann [...] mediaways.net> |
Date: | Fri, 21 Nov 2003 10:43:19 +0100 |
To: | bug-Mail-IMAPClient [...] rt.cpan.org |
Subject: | command continuation handling in LOGIN |
Message body not shown because it is not plain text.
Hi,
the LOGIN command in IMAPClient does send a string literal without
waiting for the servers "command continuation request":
C . login luffmann {6}
S + go ahead
^^^^^^^^^^^^
C secret
S . OK User logged in
The way you do it is called LITERAL+, and must be announced as a
capability with that name. Correct LITERAL+:
C . login luffmann {6+}
C secret
S . OK User logged in
Since I dont see a benefit in using a literal string here
(maybee quoting issues?), I applied the attached patch.
The problem came up using a server implementation without
LITERAL support: http://www.untroubled.org/mailfront/imapfront.html
regards,
Lars
Message body is not shown because sender requested not to inline it.