aboutsummaryrefslogtreecommitdiffstats
path: root/template/en
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2015-10-23 15:25:19 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2015-10-23 15:25:19 +0200
commit948b58060560b15982da3078ce0595227aef723e (patch)
treed84217f333e5013ade8530765d459a51be92a10d /template/en
parent3b29cba48914451664ed3aab560fd26973e43b0a (diff)
downloadbugs-948b58060560b15982da3078ce0595227aef723e.tar
bugs-948b58060560b15982da3078ce0595227aef723e.tar.gz
bugs-948b58060560b15982da3078ce0595227aef723e.tar.bz2
bugs-948b58060560b15982da3078ce0595227aef723e.tar.xz
bugs-948b58060560b15982da3078ce0595227aef723e.zip
Bug 714724: Correctly encode emails as quoted-printable
r=dkl a=sgreen
Diffstat (limited to 'template/en')
-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 %]--