]> Sergey Matveev's repositories - public-inbox.git/commitdiff
switch read-only Email::Simple users to Eml
authorEric Wong <e@yhbt.net>
Thu, 7 May 2020 21:05:49 +0000 (21:05 +0000)
committerEric Wong <e@yhbt.net>
Sat, 9 May 2020 08:59:10 +0000 (08:59 +0000)
Since PublicInbox::Eml doesn't parse MIME subparts
up front, it can replace most uses of Email::Simple
without performance penalty.

This will eventually allow us to lower overall internal
API footprint by not having to keep the MIME vs Simple
distinction.


No differences found