diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2011-08-09 23:04:31 +0200 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2011-08-09 23:04:31 +0200 |
commit | b308699b2c0453392c86215cecc4fe508a0e1762 (patch) | |
tree | 27b85bdd675e49598949bb416be46941d2a3b626 /Bugzilla | |
parent | f4c7bf2d3fcffb704ae0611d917c8d65b7cfccbc (diff) | |
download | bugzilla-b308699b2c0453392c86215cecc4fe508a0e1762.tar.gz bugzilla-b308699b2c0453392c86215cecc4fe508a0e1762.tar.xz |
Bug 660691: Allow Bugzilla to parse HTML-only inbound email via email_in.pl
r=glob, a=mkanat
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Install/Requirements.pm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 071f3ed8f..d8119f1b0 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -327,6 +327,13 @@ sub OPTIONAL_MODULES { version => 0, feature => ['inbound_email'], }, + { + package => 'HTML-FormatText-WithLinks', + module => 'HTML::FormatText::WithLinks', + # We need 0.13 to set the "bold" marker to "*". + version => '0.13', + feature => ['inbound_email'], + }, # Mail Queueing { |