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 vajrasky
Recipients Arfrever, apollo13, barry, r.david.murray, vajrasky
Date 2013-10-30.15:01:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383145275.93.0.157945896898.issue19063@psf.upfronthosting.co.za>
In-reply-to
Content
Here is the preliminary patch to fix the problem. My patch produces 8bit for msg.as_string and msg.as_bytes for simplicity reason.

If msg.as_string should gives content-transfer-encoding 7bit with 8bit data but msg.as_bytes should gives content-transfer-encoding 8bit with 8bit data, I can modify the patch. But it doesn't feel right...
History
Date User Action Args
2013-10-30 15:01:15vajraskysetrecipients: + vajrasky, barry, Arfrever, r.david.murray, apollo13
2013-10-30 15:01:15vajraskysetmessageid: <1383145275.93.0.157945896898.issue19063@psf.upfronthosting.co.za>
2013-10-30 15:01:15vajraskylinkissue19063 messages
2013-10-30 15:01:15vajraskycreate