bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#38654: Further details


From: Rainer Gemulla
Subject: bug#38654: Further details
Date: Fri, 10 Jan 2020 14:04:29 +0000
User-agent: eM_Client/7.2.36908.0

The consequence of this bug is that Emacs sends incorrect messages without the sender noticing. When such a message is opened by the recipient (in any other email client I tried, including in Emacs), the content is not readable. This is an major bug. 

The bug happens (mostly?) when a message is forwarded: the new parts added by the sender are lost because they are incorrectly encoded. The correct encoding and the incorrect one obtained in Emacs 27 below. The problematic parts are marked in red.

BEGIN CORRECT RESULT
From: a <at> b.ce
To: c <at> d.de
Subject: Test
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="=-=-="
--text follows this line--
--=-=-=
Content-Type: text/plain

Test


--=-=-=
Content-Type: message/rfc822
Content-Disposition: inline

--====-=-=
Content-Disposition: inline
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="====-=-="

Some text.

--====-=-=
Content-Type: text/html; charset=utf-8

Some more text.

--====-=-=--

--=-=-=--
END CORRECT RESULT
BEGIN INCORRECT RESULT AFTER STEP 9
From: a <at> b.ce
To: c <at> d.de
Subject: Test
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="=-=-="
--text follows this line--
--=-=-=
Content-Type: multipart/alternative; boundary="====-=-="
Content-Transfer-Encoding: base64

VGV4dAoK
--=-=-=
Content-Type: message/rfc822
Content-Disposition: inline

--====-=-=
Content-Disposition: inline
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="====-=-="

Some text.

--====-=-=
Content-Type: text/html; charset=utf-8

Some more text.

--====-=-=--

--=-=-=--
END INCORRECT RESULT AFTER STEP 9

Attachment: pgpeDugqK8in1.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]