]> Sergey Matveev's repositories - public-inbox.git/commit
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)
commit3b1b7abf814dbc7f2a737b2ca0e12b0fa518ff44
treecde4545eac215cffda996d8aea47791f6d2e3095
parent57af9c8d0bedafac3267b5b42f963bb8aa5c2ea1
switch read-only Email::Simple users to Eml

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.
lib/PublicInbox/Mbox.pm
lib/PublicInbox/MboxGz.pm
lib/PublicInbox/NNTP.pm
lib/PublicInbox/WWW.pm