]> Sergey Matveev's repositories - public-inbox.git/commit
introduce PublicInbox::MIME wrapper class
authorEric Wong <e@80x24.org>
Tue, 10 Jan 2017 21:40:37 +0000 (21:40 +0000)
committerEric Wong <e@80x24.org>
Tue, 10 Jan 2017 22:02:51 +0000 (22:02 +0000)
commit3fc59df0d633a17e0c5e43d633d12e8772c06ec3
tree2c4f6800777694fa8e2d40b625d2fe766f719adf
parentf1a38b18d9a46531e18143a7cd4c7a66fc89adbc
introduce PublicInbox::MIME wrapper class

This should fix problems with multipart messages where
text/plain parts lack a header.

cf. git clone --mirror https://github.com/rjbs/Email-MIME.git
    refs/pull/28/head

In the future, we may still introduce as streaming
interface to reduce memory usage on large emails.
17 files changed:
MANIFEST
lib/PublicInbox/Feed.pm
lib/PublicInbox/Filter/Vger.pm
lib/PublicInbox/Import.pm
lib/PublicInbox/MIME.pm [new file with mode: 0644]
lib/PublicInbox/MsgIter.pm
lib/PublicInbox/Search.pm
lib/PublicInbox/SearchIdx.pm
lib/PublicInbox/SearchView.pm
lib/PublicInbox/View.pm
lib/PublicInbox/WWW.pm
lib/PublicInbox/WatchMaildir.pm
lib/PublicInbox/WwwAttach.pm
script/public-inbox-learn
script/public-inbox-mda
t/import.t
t/mime.t [new file with mode: 0644]