From f4c7bf2d3fcffb704ae0611d917c8d65b7cfccbc Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Tue, 9 Aug 2011 14:02:27 -0700 Subject: Bug 437076: Allow email_in to accept multipart/alternative HTML email with attachments r=glob, a=mkanat --- Bugzilla/Install/Requirements.pm | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Bugzilla/Install/Requirements.pm') diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 8825eb3a7..071f3ed8f 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -321,12 +321,6 @@ sub OPTIONAL_MODULES { }, # Inbound Email - { - package => 'Email-MIME-Attachment-Stripper', - module => 'Email::MIME::Attachment::Stripper', - version => 0, - feature => ['inbound_email'], - }, { package => 'Email-Reply', module => 'Email::Reply', -- cgit v1.2.3-24-g4f1b