diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2011-08-09 23:02:27 +0200 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2011-08-09 23:02:27 +0200 |
commit | f4c7bf2d3fcffb704ae0611d917c8d65b7cfccbc (patch) | |
tree | 0944ef75bb22ff40d425362869935a45dc727f52 /Bugzilla | |
parent | f539ec23d8c72847ca1fbe2c85295cf4d38360b1 (diff) | |
download | bugzilla-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')
-rw-r--r-- | Bugzilla/Install/Requirements.pm | 6 |
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, |