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 Ezekeel
Recipients Ezekeel, barry, r.david.murray
Date 2021-11-12.11:56:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636718183.28.0.396771366939.issue45794@roundup.psfhosted.org>
In-reply-to
Content
I am using the Python email module extensively and noticed that the Microsoft Outlook client does not support RFC2231 for Mime parameter folding. Since that mail client unfortunately is the de facto standard in the corporate world there should be a policy option to disable it.

I have implemented that option: https://github.com/netcon-consulting/cpython/commit/9f485f0a6a5b7f2c207f1d5db7d1e520c71ac3b7
History
Date User Action Args
2021-11-12 11:56:23Ezekeelsetrecipients: + Ezekeel, barry, r.david.murray
2021-11-12 11:56:23Ezekeelsetmessageid: <1636718183.28.0.396771366939.issue45794@roundup.psfhosted.org>
2021-11-12 11:56:23Ezekeellinkissue45794 messages
2021-11-12 11:56:23Ezekeelcreate