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, Eric.Hanchrow, apollo13, barry, r.david.murray, vajrasky
Date 2013-10-31.06:13:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383200011.92.0.475795249275.issue19063@psf.upfronthosting.co.za>
In-reply-to
Content
So msg.as_string() =>
   cte -> base64
   message -> 0JDQkdCS # base64 encoded string

What about msg.as_bytes()? Should it be:
   cte -> 8bit
   message -> \\u0410\\u0411\\u0412 (raw-unicode-escape) or \xd0\x90\xd0\x91\xd0\x92 (utf-8)?

or message -> 0JDQkdCS (base64) as well?
History
Date User Action Args
2013-10-31 06:13:31vajraskysetrecipients: + vajrasky, barry, Arfrever, r.david.murray, apollo13, Eric.Hanchrow
2013-10-31 06:13:31vajraskysetmessageid: <1383200011.92.0.475795249275.issue19063@psf.upfronthosting.co.za>
2013-10-31 06:13:31vajraskylinkissue19063 messages
2013-10-31 06:13:31vajraskycreate