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 Sjoerder
Recipients Sjoerder
Date 2009-07-06.08:22:57
SpamBayes Score 0.010169966
Marked as misclassified No
Message-id <1246868579.93.0.42678360783.issue6426@psf.upfronthosting.co.za>
In-reply-to
Content
If you do not IMAP4.select(), you get the following error:
imaplib.error: command SEARCH illegal in state AUTH.

This does not inform the user that he has to do IMAP4.select(). Better
would be: 
imaplib.error: command SEARCH illegal in state AUTH, allowed in state
SELECTED.

See also:
http://mail.python.org/pipermail/patches/2006-December/021308.html
History
Date User Action Args
2009-07-06 08:22:59Sjoerdersetrecipients: + Sjoerder
2009-07-06 08:22:59Sjoerdersetmessageid: <1246868579.93.0.42678360783.issue6426@psf.upfronthosting.co.za>
2009-07-06 08:22:58Sjoerderlinkissue6426 messages
2009-07-06 08:22:57Sjoerdercreate