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 jamesh
Recipients jamesh
Date 2009-02-18.05:36:06
SpamBayes Score 0.0006571356
Marked as misclassified No
Message-id <1234935371.11.0.35650041724.issue5305@psf.upfronthosting.co.za>
In-reply-to
Content
The IMAP4rev1 specification allows for non-ASCII mailbox names using a
modified UTF-7 encoding (section 5.1.3 of RFC 2060 or 3501).  However,
the imaplib routines taking a mailbox name just pass the string straight
through without any encoding.

It would be useful if Python provided an encoder/decoder for the
modified UTF-7 encoding, and optionally if imaplib would perform the
encoding and decoding at the appropriate points.
History
Date User Action Args
2009-02-18 05:36:12jameshsetrecipients: + jamesh
2009-02-18 05:36:11jameshsetmessageid: <1234935371.11.0.35650041724.issue5305@psf.upfronthosting.co.za>
2009-02-18 05:36:08jameshlinkissue5305 messages
2009-02-18 05:36:07jameshcreate