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 r.david.murray
Recipients Dmitry.Jemerov, r.david.murray
Date 2010-07-23.17:56:46
SpamBayes Score 0.0022169512
Marked as misclassified No
Message-id <1279907808.61.0.842411786294.issue9360@psf.upfronthosting.co.za>
In-reply-to
Content
I haven't looked at the patch in detail, but if my quick skim is correct, it looks like you are decoding using latin1.  If you don't provide any way to get at the original bytes (which I presume you don't if you have "converted the API to return strings"), then it will be difficult and non-obvious to correctly decode messages using a content transfer encoding of 8bit and some other character set.  (Of course, it is currently impossible to do this using the Py3k email package either, but I'm working on fixing that).
History
Date User Action Args
2010-07-23 17:56:48r.david.murraysetrecipients: + r.david.murray, Dmitry.Jemerov
2010-07-23 17:56:48r.david.murraysetmessageid: <1279907808.61.0.842411786294.issue9360@psf.upfronthosting.co.za>
2010-07-23 17:56:47r.david.murraylinkissue9360 messages
2010-07-23 17:56:46r.david.murraycreate