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 joreiff
Recipients barry, joreiff, r.david.murray
Date 2020-07-26.17:59:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1595786356.19.0.0772009953039.issue41402@roundup.psfhosted.org>
In-reply-to
Content
If assigning binary content to an EmailMessage via set_content(), the function email.contentmanager.set_bytes_content() is called. This function fails when choosing the 7bit transfer encoding because of a call to data.decode('ascii').
History
Date User Action Args
2020-07-26 17:59:16joreiffsetrecipients: + joreiff, barry, r.david.murray
2020-07-26 17:59:16joreiffsetmessageid: <1595786356.19.0.0772009953039.issue41402@roundup.psfhosted.org>
2020-07-26 17:59:16joreifflinkissue41402 messages
2020-07-26 17:59:16joreiffcreate