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 groner
Recipients barry, groner, r.david.murray
Date 2015-09-25.19:47:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443210448.87.0.407287169878.issue25235@psf.upfronthosting.co.za>
In-reply-to
Content
Because MIMEPart.add_attachment() creates parts using type(self), EmailMessage.add_attachment() creates parts of type EmailMessage.  This results in a MIME-Version header being added to parts where it isn't needed.

https://tools.ietf.org/html/rfc2045#section-4
History
Date User Action Args
2015-09-25 19:47:28gronersetrecipients: + groner, barry, r.david.murray
2015-09-25 19:47:28gronersetmessageid: <1443210448.87.0.407287169878.issue25235@psf.upfronthosting.co.za>
2015-09-25 19:47:28gronerlinkissue25235 messages
2015-09-25 19:47:28gronercreate