summaryrefslogtreecommitdiff
path: root/tests/mail/attachments
AgeCommit message (Collapse)Author
2017-04-01Fixed #27848 -- Prevented crash when attaching a .eml file to a messageClaude Paroz
Thanks Sébastien Ramage for the report.
2015-07-25Fixed #24623 -- Fixed EmailMessage.attach_file() with text files on Python 3.Konrad Świat
Thanks tkrapp for the report and Tim Graham for the review.