[issue45794] Email policy option for disabling RFC2231 Mime parameter folding

Ezekeel report at bugs.python.org
Fri Nov 12 06:56:23 EST 2021


New submission from Ezekeel <dierksen at saeder-krupp.de>:

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

----------
components: email
messages: 406205
nosy: Ezekeel, barry, r.david.murray
priority: normal
severity: normal
status: open
title: Email policy option for disabling RFC2231 Mime parameter folding
versions: Python 3.10, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45794>
_______________________________________


More information about the Python-bugs-list mailing list