This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author silversky
Recipients eric.smith, r.david.murray, silversky
Date 2010-12-14.02:37:12
SpamBayes Score 0.0006718943
Marked as misclassified No
Message-id <1292294234.7.0.268985795245.issue10692@psf.upfronthosting.co.za>
In-reply-to
Content
>Where does the non-telnet part of your trace come from?  How did you produce it?
When i got this error i set Debug = 5 in imaplib.py
and run next code:
import imaplib
M = imaplib.IMAP4_SSL('localhost')
M.login('username', 'password')
M.logout()

>Does this error still occur using 2.7?
Yes

As i see in debug information: CAPABILITIES: ('0', 'ACL', 'ACL2=UNION')
but in the telnet session i see next answer:
* CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS LOGINDISABLED
Because of this i think that we have maybe some kind of error in the source code of library.
p.s. sorry for my English )
History
Date User Action Args
2010-12-14 02:37:14silverskysetrecipients: + silversky, eric.smith, r.david.murray
2010-12-14 02:37:14silverskysetmessageid: <1292294234.7.0.268985795245.issue10692@psf.upfronthosting.co.za>
2010-12-14 02:37:13silverskylinkissue10692 messages
2010-12-14 02:37:12silverskycreate