about summary refs log tree commit homepage
path: root/lib/PublicInbox/MIME.pm
diff options
context:
space:
mode:
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>2018-02-23 18:33:34 +0000
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>2018-02-28 18:53:29 +0000
commitaece46bdf0af3dce045797c2e897a0088e4324a5 (patch)
tree1d5b0050d24e4c101be3cc806b890082bbdedf86 /lib/PublicInbox/MIME.pm
parent18d3c1d54b96e6410c108ccac63e926a6451b18b (diff)
downloadpublic-inbox-aece46bdf0af3dce045797c2e897a0088e4324a5.tar.gz
It works around some bugs in older Email::MIME which we'll
find useful.
Diffstat (limited to 'lib/PublicInbox/MIME.pm')
-rw-r--r--lib/PublicInbox/MIME.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/PublicInbox/MIME.pm b/lib/PublicInbox/MIME.pm
index 54925a85..456eed64 100644
--- a/lib/PublicInbox/MIME.pm
+++ b/lib/PublicInbox/MIME.pm
@@ -23,6 +23,8 @@ package PublicInbox::MIME;
 use strict;
 use warnings;
 use base qw(Email::MIME);
+use Email::MIME::ContentType;
+$Email::MIME::ContentType::STRICT_PARAMS = 0;
 
 if ($Email::MIME::VERSION <= 1.937) {
 sub parts_multipart {