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 apollo13, barry, r.david.murray
Date 2013-09-21.19:39:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379792371.78.0.137324399959.issue19063@psf.upfronthosting.co.za>
In-reply-to
Content
You are, but you are also calling as_string.  Unicode can not handle 8bit data, therefore the email package must down-transform all data to 7bit when converting it to a string, just like a mail server trying to send to another mail server that can only handle 7bit would do.

If you used BytesGenerator to serialize the message, *then* you would expect to see 8bit utf-8 data in the body.

There are supposed to be tests for these cases, so I have to investigate why the tests are broken, as well :)
History
Date User Action Args
2013-09-21 19:39:31r.david.murraysetrecipients: + r.david.murray, barry, apollo13
2013-09-21 19:39:31r.david.murraysetmessageid: <1379792371.78.0.137324399959.issue19063@psf.upfronthosting.co.za>
2013-09-21 19:39:31r.david.murraylinkissue19063 messages
2013-09-21 19:39:31r.david.murraycreate