From b308699b2c0453392c86215cecc4fe508a0e1762 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Tue, 9 Aug 2011 14:04:31 -0700 Subject: Bug 660691: Allow Bugzilla to parse HTML-only inbound email via email_in.pl r=glob, a=mkanat --- Bugzilla/Install/Requirements.pm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Bugzilla/Install/Requirements.pm') 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 { -- cgit v1.2.3-24-g4f1b