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 Jeffrey.Kintscher
Recipients Jeffrey.Kintscher, Jonathan Horn, barry, r.david.murray
Date 2019-05-27.03:43:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558928625.01.0.366083382178.issue36520@roundup.psfhosted.org>
In-reply-to
Content
To aid with debugging the code, the Subject line can be simplified:

>>> from email.message import EmailMessage
>>> m = EmailMessage()
>>> m['Subject'] = 'Hello =?utf-8?q?W=C3=B6rld!_Hello_W=C3=B6rld!_Hello_W=C3=B6rld!?= Hello Wörld!Hello Wörld!'
>>> print(bytes(m))
b'Subject: Hello =?utf-8?q?W=C3=B6rld!_Hello_W=C3=B6rld!_Hello_W=C3=B6rld!?=\n Hello =?utf-8?=?utf-8?q?q=3FW=3DC3=3DB6rld!Hello=3F=3D_W=C3=B6rld!?=\n\n'
History
Date User Action Args
2019-05-27 03:43:45Jeffrey.Kintschersetrecipients: + Jeffrey.Kintscher, barry, r.david.murray, Jonathan Horn
2019-05-27 03:43:45Jeffrey.Kintschersetmessageid: <1558928625.01.0.366083382178.issue36520@roundup.psfhosted.org>
2019-05-27 03:43:45Jeffrey.Kintscherlinkissue36520 messages
2019-05-27 03:43:44Jeffrey.Kintschercreate