]> Sergey Matveev's repositories - public-inbox.git/commitdiff
tests: remove Email::MIME->create use entirely
authorEric Wong <e@yhbt.net>
Sat, 25 Apr 2020 05:52:22 +0000 (05:52 +0000)
committerEric Wong <e@yhbt.net>
Sun, 26 Apr 2020 07:03:14 +0000 (07:03 +0000)
Replace them with .eml files generated with the help of
Email::MIME, but without some extraneous and unnecessary
headers, and strip mime_load down to just loading files.

This will give us more freedom to experiment with other mail
libraries which may be more correct, better maintained, use
less memory and/or be faster than Email::MIME.


No differences found