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 guettli
Recipients
Date 2006-11-29.11:52:03
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Hi,

In my app I got this error:

 imaplib.error: command SEARCH illegal in state AUTH.

but I did successfully login. After reading the source
of imaplib.py I realized that this was meant:

imaplib.error: command SEARCH illegal in state AUTH. Allowed after: SELECTED

Attached is a small patch to make the error message
more helpful.
History
Date User Action Args
2007-08-23 15:55:27adminlinkissue1605192 messages
2007-08-23 15:55:27admincreate