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 surprising42
Recipients r.david.murray, surprising42, vstinner
Date 2009-08-20.09:34:16
SpamBayes Score 3.272848e-05
Marked as misclassified No
Message-id <1250760858.64.0.561782784915.issue6734@psf.upfronthosting.co.za>
In-reply-to
Content
I checked the latest documentation for 3.1.1
(http://docs.python.org/3.1/library/imaplib.html), but I can't find any
reference to needing to encode information myself for the login
procedure. Is there some other documentation you are referring to?

In any case, the error wasn't returned by the server, but by imaplib. If
the arg needs to be encoded for the whole process, then the arg should
be checked for the appropriate type (I think the doc even says "plain
text password"), or an optional encoding argument for the relevant
functions (or a catchall used when connecting to the server?) with a
default encoding attempted.
History
Date User Action Args
2009-08-20 09:34:18surprising42setrecipients: + surprising42, vstinner, r.david.murray
2009-08-20 09:34:18surprising42setmessageid: <1250760858.64.0.561782784915.issue6734@psf.upfronthosting.co.za>
2009-08-20 09:34:17surprising42linkissue6734 messages
2009-08-20 09:34:16surprising42create