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 georg.brandl, giampaolo.rodola, holdenweb, lregebro, pitrou, r.david.murray, rhettinger, sdaoden, vstinner
Date 2011-01-28.19:12:45
SpamBayes Score 0.011752155
Marked as misclassified No
Message-id <1296241966.13.0.789673332657.issue9124@psf.upfronthosting.co.za>
In-reply-to
Content
What is the data type returned by your get_msg?  I bet it is string, and email can't handle messages in string format that have non-ASCII characters (I'm adding an explicit error message for this).  You either need to use a Message object, or, more likely in your case, change the return type of get_msg to be bytes.
History
Date User Action Args
2011-01-28 19:12:46r.david.murraysetrecipients: + r.david.murray, georg.brandl, rhettinger, holdenweb, pitrou, vstinner, giampaolo.rodola, lregebro, sdaoden
2011-01-28 19:12:46r.david.murraysetmessageid: <1296241966.13.0.789673332657.issue9124@psf.upfronthosting.co.za>
2011-01-28 19:12:45r.david.murraylinkissue9124 messages
2011-01-28 19:12:45r.david.murraycreate