]> Sergey Matveev's repositories - public-inbox.git/commit
confine Email::MIME use even further
authorEric Wong <e@yhbt.net>
Sat, 16 May 2020 22:53:53 +0000 (22:53 +0000)
committerEric Wong <e@yhbt.net>
Sun, 17 May 2020 06:58:26 +0000 (06:58 +0000)
commit9787fae1f7235bd790d1db6f0b513ce420c361bd
tree3c16023e9f1beae64a0848941159a25762f4b6de
parente60231148eb604a379033c69e8c4494eb1753783
confine Email::MIME use even further

To avoid confusing future readers and users, recommend
PublicInbox::Eml in our Import POD and refer to PublicInbox::Eml
comments at the top of PublicInbox::MIME.

mime_load() confined to t/eml.t, since we won't be using
it anywhere else in our tests.
lib/PublicInbox/Import.pm
lib/PublicInbox/MIME.pm
lib/PublicInbox/TestCommon.pm
t/eml.t