aboutsummaryrefslogtreecommitdiffstats
path: root/spec/fixtures/files/nested-attachments-premature-end.email
Commit message (Collapse)AuthorAgeLines
* Add a test to check that anything in the MIME epilogue is ignoredMark Longair2013-05-16-0/+110
There is currently a difference in behaviour in the parsing of nested MIME multipart attachments between the Mail and TMail based backends. This commit adds a test that will pass if the behaviour is the same as the the old (TMail-based) version, which I believe is correct according to RFC 1521. The example email has a PNG attachment after the final MIME boundary, and the RFC says that anything after the final boundary ("the epilogue") should be ignored.