Gnus development mailing list
 help / color / mirror / Atom feed
* Content-Transfer-Encoding is quoted-printable but should be 8bit
@ 2014-05-27 10:39 Peter Münster
  2014-05-27 11:22 ` Katsumi Yamaoka
  2014-05-27 18:42 ` Russ Allbery
  0 siblings, 2 replies; 6+ messages in thread
From: Peter Münster @ 2014-05-27 10:39 UTC (permalink / raw)
  To: ding

Hi,

When sending messages without mime-parts or with normal attachments, the
Content-Transfer-Encoding is always 8bit. Examples:

--8<---------------cut here---------------start------------->8---
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
--8<---------------cut here---------------end--------------->8---

or

--8<---------------cut here---------------start------------->8---
Content-Type: multipart/mixed; boundary="=-=-="
Lines: 6402
[...]
--=-=-=
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
--8<---------------cut here---------------end--------------->8---


But when I sign a message, the Content-Transfer-Encoding becomes
quoted-printable:

--8<---------------cut here---------------start------------->8---
Content-Type: multipart/signed; boundary="=-=-=";
	micalg=pgp-sha1; protocol="application/pgp-signature"
Lines: 42
[...]
--=-=-=
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
--8<---------------cut here---------------end--------------->8---

How can I get 8bit encoding also for signed body parts please?

Here my settings:

(add-to-list 'mm-body-charset-encoding-alist        '(iso-8859-1 . 8bit))
(add-to-list 'mm-body-charset-encoding-alist        '(utf-8 . 8bit))
(add-to-list 'mm-content-transfer-encoding-defaults '("text/plain" 8bit))


TIA for any hints,
-- 
           Peter




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-05-28 15:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-27 10:39 Content-Transfer-Encoding is quoted-printable but should be 8bit Peter Münster
2014-05-27 11:22 ` Katsumi Yamaoka
2014-05-27 12:22   ` Peter Münster
2014-05-27 18:42 ` Russ Allbery
2014-05-27 20:38   ` Peter Münster
2014-05-28 15:51     ` Russ Allbery

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).