summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Requirements.pm
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2011-08-09 23:02:27 +0200
committerMax Kanat-Alexander <mkanat@bugzilla.org>2011-08-09 23:02:27 +0200
commitf4c7bf2d3fcffb704ae0611d917c8d65b7cfccbc (patch)
tree0944ef75bb22ff40d425362869935a45dc727f52 /Bugzilla/Install/Requirements.pm
parentf539ec23d8c72847ca1fbe2c85295cf4d38360b1 (diff)
downloadbugzilla-f4c7bf2d3fcffb704ae0611d917c8d65b7cfccbc.tar.gz
bugzilla-f4c7bf2d3fcffb704ae0611d917c8d65b7cfccbc.tar.xz
Bug 437076: Allow email_in to accept multipart/alternative HTML email with
attachments r=glob, a=mkanat
Diffstat (limited to 'Bugzilla/Install/Requirements.pm')
-rw-r--r--Bugzilla/Install/Requirements.pm6
1 files changed, 0 insertions, 6 deletions
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
@@ -322,12 +322,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',
version => 0,