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 maxking
Recipients barry, maxking, r.david.murray, valhallasw
Date 2019-05-17.18:21:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558117308.05.0.799884997689.issue21315@roundup.psfhosted.org>
In-reply-to
Content
The solution replaces RFC 20147 chrome for utf-8 and q to make sure there is a space before ew, it wouldn't replace in case of any other charset/cte pair.

    value = value.replace("=?UTF-8?Q?=20", " =?UTF-8?Q?")

Isn't that correct?
History
Date User Action Args
2019-05-17 18:21:48maxkingsetrecipients: + maxking, barry, r.david.murray, valhallasw
2019-05-17 18:21:48maxkingsetmessageid: <1558117308.05.0.799884997689.issue21315@roundup.psfhosted.org>
2019-05-17 18:21:48maxkinglinkissue21315 messages
2019-05-17 18:21:47maxkingcreate