summaryrefslogtreecommitdiffstats
path: root/attachment.cgi
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2016-04-06 01:53:02 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2016-04-06 01:53:02 +0200
commit60299ec5c0edac882d5552be61e4602e71447af8 (patch)
tree433bc575bf8ade6aa69eb742cbc1b7919a09aa48 /attachment.cgi
parent6c14face26954e4e2b537ba5342c71ae37a6b9b8 (diff)
downloadbugzilla-60299ec5c0edac882d5552be61e4602e71447af8.tar.gz
bugzilla-60299ec5c0edac882d5552be61e4602e71447af8.tar.xz
Bug 1246228 - Email addresses must not be encoded
r=dkl
Diffstat (limited to 'attachment.cgi')
-rwxr-xr-xattachment.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/attachment.cgi b/attachment.cgi
index 27a5b66c4..1e1266d29 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'}.
use Cwd qw(realpath);
# For most scripts we don't make $cgi and $template global variables. But