[issue25235] EmailMessage.add_attachment() creates parts with spurious MIME-Version header.

Kai Groner report at bugs.python.org
Fri Sep 25 22:05:04 CEST 2015


Kai Groner added the comment:

Relatedly EmailMessage.make_mixed(), etc don't set MIME-Version on the multipart (it is only set on the part).  Additional tests attached.

----------
Added file: http://bugs.python.org/file40577/test_add_attachment_does_not_add_MIME_Version_in_attachment.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25235>
_______________________________________


More information about the Python-bugs-list mailing list