aboutsummaryrefslogtreecommitdiffstats
path: root/spec/fixtures/files/multipart-no-final-boundary.email
Commit message (Collapse)AuthorAgeLines
* Add a test for a missing final MIME boundaryMark Longair2013-05-16-0/+21
If there is a missing final MIME boundary, the behaviour of Alaveteli with the TMail backend was to still parse the attachment, but with the new code it currently throws an exception. This commit adds a test that asserts that the attachment should be parsed despite the email being malformed in this way.