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 Tim.Rawlinson, barry, r.david.murray
Date 2013-07-11.20:10:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373573418.36.0.0145558554695.issue18431@psf.upfronthosting.co.za>
In-reply-to
Content
The subject says it all, but here is an example (from issue 18044):

   >>> msg = message_from_string('To: =?utf-8?q?Eric?= <foo@example.com>\n\n', policy=default)
   >>> msg['To']
   '=?utf-8?q?Eric?= <foo@example.com>'
History
Date User Action Args
2013-07-11 20:10:18r.david.murraysetrecipients: + r.david.murray, barry, Tim.Rawlinson
2013-07-11 20:10:18r.david.murraysetmessageid: <1373573418.36.0.0145558554695.issue18431@psf.upfronthosting.co.za>
2013-07-11 20:10:18r.david.murraylinkissue18431 messages
2013-07-11 20:10:18r.david.murraycreate