From 652ee91875d03c2f9f63d004698e58b450e90186 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Wed, 6 Apr 2016 01:54:54 +0200 Subject: Bug 1246228 - Email addresses must not be encoded r/a=dkl --- attachment.cgi | 1 + 1 file changed, 1 insertion(+) (limited to 'attachment.cgi') diff --git a/attachment.cgi b/attachment.cgi index 5db8f5909..40b0c9d3a 100755 --- a/attachment.cgi +++ b/attachment.cgi @@ -26,6 +26,7 @@ use Bugzilla::Attachment::PatchReader; use Bugzilla::Token; use Encode qw(encode find_encoding); +use Encode::MIME::Header; # Required to alter Encode::Encoding{'MIME-Q'}. # For most scripts we don't make $cgi and $template global variables. But # when preparing Bugzilla for mod_perl, this script used these -- cgit v1.2.1