diff options
author | Byron Jones <glob@mozilla.com> | 2015-08-31 06:20:49 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-08-31 06:20:49 +0200 |
commit | fedc614940493768c53791939065fcf72ac5414b (patch) | |
tree | 4c3556fb667410cf1039168c1a17d3b90d7979c1 /template | |
parent | 48649030bf8536d8b9cf9df522c39438a06ec56c (diff) | |
download | bugzilla-fedc614940493768c53791939065fcf72ac5414b.tar.gz bugzilla-fedc614940493768c53791939065fcf72ac5414b.tar.xz |
Bug 714724 - correctly encode emails as quoted-printable
r=LpSolit,a=sgreen
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/whine/header.txt.tmpl (renamed from template/en/default/whine/multipart-mime.txt.tmpl) | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/template/en/default/whine/multipart-mime.txt.tmpl b/template/en/default/whine/header.txt.tmpl index d28f4cea6..4067964f2 100644 --- a/template/en/default/whine/multipart-mime.txt.tmpl +++ b/template/en/default/whine/header.txt.tmpl @@ -8,10 +8,6 @@ [%# INTERFACE: # subject: subject line of message - # alternatives: array of hashes containing: - # type: MIME type - # content: verbatim content - # boundary: a string that has been generated to be a unique boundary # recipient: user object for the intended recipient of the message # from: Bugzilla system email address #%] @@ -19,21 +15,5 @@ From: [% from %] To: [% recipient.email %] Subject: [[% terms.Bugzilla %]] [% subject %] -MIME-Version: 1.0 -Content-Type: multipart/alternative; boundary="[% boundary %]" X-Bugzilla-Type: whine - -This is a MIME multipart message. It is possible that your mail program -doesn't quite handle these properly. Some or all of the information in this -message may be unreadable. - - -[% FOREACH part=alternatives %] - ---[% boundary %] -Content-type: [% part.type +%] - -[%+ part.content %] -[%+ END %] ---[% boundary %]-- |