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 r.david.murray
Date 2012-05-05.20:17:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336249062.57.0.661119787724.issue14734@psf.upfronthosting.co.za>
In-reply-to
Content
Currently the email package uses its own custom quoted printable encode/decode implementation for handling header quoted printable CTE encoding and decoding.  It could be that using binascii would work, and be more performant.  Or it might not be, but it seems like it might be worth investigating.
History
Date User Action Args
2012-05-05 20:17:42r.david.murraysetrecipients: + r.david.murray
2012-05-05 20:17:42r.david.murraysetmessageid: <1336249062.57.0.661119787724.issue14734@psf.upfronthosting.co.za>
2012-05-05 20:17:41r.david.murraylinkissue14734 messages
2012-05-05 20:17:41r.david.murraycreate