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.

classification
Title: Email policy option for disabling RFC2231 Mime parameter folding
Type: Stage:
Components: email Versions: Python 3.10, Python 3.9
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: Ezekeel, barry, r.david.murray
Priority: normal Keywords:

Created on 2021-11-12 11:56 by Ezekeel, last changed 2022-04-11 14:59 by admin.

Messages (1)
msg406205 - (view) Author: (Ezekeel) Date: 2021-11-12 11:56
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
2022-04-11 14:59:52adminsetgithub: 89952
2021-11-12 11:56:23Ezekeelcreate