aboutsummaryrefslogtreecommitdiffstats
path: root/attachment.cgi
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2016-04-06 01:54:54 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2016-04-06 01:54:54 +0200
commit652ee91875d03c2f9f63d004698e58b450e90186 (patch)
tree1e4da0df9be6ea3724e7773d9ff12dd455ea2271 /attachment.cgi
parentaa5f64e15b5db9ef728032b21a3d85835bec0598 (diff)
downloadbugs-652ee91875d03c2f9f63d004698e58b450e90186.tar
bugs-652ee91875d03c2f9f63d004698e58b450e90186.tar.gz
bugs-652ee91875d03c2f9f63d004698e58b450e90186.tar.bz2
bugs-652ee91875d03c2f9f63d004698e58b450e90186.tar.xz
bugs-652ee91875d03c2f9f63d004698e58b450e90186.zip
Bug 1246228 - Email addresses must not be encoded
r/a=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 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