diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2016-04-06 01:53:02 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2016-04-06 01:53:02 +0200 |
commit | 60299ec5c0edac882d5552be61e4602e71447af8 (patch) | |
tree | 433bc575bf8ade6aa69eb742cbc1b7919a09aa48 /attachment.cgi | |
parent | 6c14face26954e4e2b537ba5342c71ae37a6b9b8 (diff) | |
download | bugzilla-60299ec5c0edac882d5552be61e4602e71447af8.tar.gz bugzilla-60299ec5c0edac882d5552be61e4602e71447af8.tar.xz |
Bug 1246228 - Email addresses must not be encoded
r=dkl
Diffstat (limited to 'attachment.cgi')
-rwxr-xr-x | attachment.cgi | 1 |
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 |