unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* `mail-encode-header' encodes encoded header
@ 2012-03-12 12:18 Katsumi Yamaoka
  2012-03-13 22:14 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 5+ messages in thread
From: Katsumi Yamaoka @ 2012-03-12 12:18 UTC (permalink / raw)
  To: Richard Stallman; +Cc: ding, emacs-devel

Hi,

2012-03-10  Richard Stallman  <rms@gnu.org>

	* mail/sendmail.el (mail-encode-header):
	Set rfc2047-encode-encoded-words.

Please don't do that.  Because:

2011-05-27  Kenichi Handa  <handa@m17n.org>

	* mail/sendmail.el (mail-encode-header): Avoid double encoding by
	let-binding rfc2047-encode-encoded-words to nil.

I use Gnus and smtpmail, that uses mail-encode-header, to send
mails.  Gnus passes a mail of which the header and the body are
fully encoded to smtpmail, so the double encoding takes place!
I often write mail's subject in Japanese, Gnus encodes it into

Subject: =?iso-2022-jp?B?GyRCJUYlOSVIGyhC?=

, and now it is encoded again into:

Subject: =?us-ascii?Q?=3D=3Fiso-2022-jp=3FB=3FGyRCJUYlOSVIGyhC=3F=3D?=

There is no mail software that decodes it into human-readable one.

Regards,



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

end of thread, other threads:[~2012-03-14 17:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-12 12:18 `mail-encode-header' encodes encoded header Katsumi Yamaoka
2012-03-13 22:14 ` Lars Magne Ingebrigtsen
2012-03-13 23:28   ` Katsumi Yamaoka
2012-03-14  8:54   ` Richard Stallman
2012-03-14 17:04     ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).