Message saved as text contains subject on top of the document, in addition to the subject header
Categories
(MailNews Core :: MIME, defect)
Tracking
(Not tracked)
People
(Reporter: b3_web, Unassigned)
References
Details
(Keywords: regression)
Attachments
(1 file)
33.09 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36
Steps to reproduce:
Write a simple mail with a subject and a small body. Send the mail, receive it and save it as txt file.
See attachment "Bug.png"
Actual results:
Open the saved file with a text editor. The subject appears twice (this didn't happen with older versions of Thunderbird, where the first line didn't contain the subject). In addition, the first line contains a blank before the subject, which is not needed.
Expected results:
Like in earlier versions of Thunderbird, the subject should not appear twice. The saved text file should only contain:
Betreff:
This is a test subject
Von:
xxx
Datum:
08.10.2021, 08:21
An:
xxx
Comment 1•3 years ago
|
||
Code might be around here: https://searchfox.org/comm-central/rev/780f009ce394fe1cfca1c8ab07ddfccc4b3e09bd/mailnews/mime/emitters/nsMimeHtmlEmitter.cpp#319. I guess for nsMimeMessageSaveAs we could skip adding a title.
Updated•3 years ago
|
Comment 3•2 years ago
|
||
bug 1738031 was fixed in version 91 several montsh ago.
Please comment if you still see this when using a newer version.
(In reply to Wayne Mery (:wsmwk) from comment #3)
bug 1738031 was fixed in version 91 several montsh ago.
Please comment if you still see this when using a newer version.
Hi Wayne, yes I still see this error. I am currently using version 102.1.2.
Still happening when saving a HTML or plaintext message as .txt file in 102.2.0.
Description
•