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 Illirgway
Recipients Illirgway, giampaolo.rodola, petri.lehtinen
Date 2013-11-27.12:34:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385555648.84.0.508225721163.issue19806@psf.upfronthosting.co.za>
In-reply-to
Content
"base64", "quoted-printable" and "7bit" messages only use ASCII range of characters so raw_message.decode('ascii') == raw_message.decode('latin1') == etc. == raw_message.decode('utf-8') due to internal representation of utf-8 characters

P.S. Python 3.4.0 beta 1 Lib/smtpd has the same bug and needs the same patch to fix this issue
History
Date User Action Args
2013-11-27 12:34:08Illirgwaysetrecipients: + Illirgway, giampaolo.rodola, petri.lehtinen
2013-11-27 12:34:08Illirgwaysetmessageid: <1385555648.84.0.508225721163.issue19806@psf.upfronthosting.co.za>
2013-11-27 12:34:08Illirgwaylinkissue19806 messages
2013-11-27 12:34:08Illirgwaycreate