Closed
Bug 607435
Opened 15 years ago
Closed 8 years ago
Saving message truncates lines starting with a full stop character
Categories
(MailNews Core :: Backend, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: rhiggins, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.19) Gecko/2010031422 (CK-Amazon.com) Firefox/3.0.19 ( .NET CLR 3.5.30729)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.11) Gecko/20101013 Thunderbird/3.1.5
When saving E-Mail messages from the folder message listing with Control-S (creates .eml files with the subject as the filename), lines in the body text that start with a period/full stop/decimal point, have that period/full stop/decimal point truncated. Lines like this:
.one dot
..two dots
...three dots
become:
one dot
.two dots
..three dots
Reproducible: Always
Steps to Reproduce:
1. Compose a new message with three lines in it:
.one dot
..two dots
...three dots
2. Save that message as a Draft, and review it to make sure it still has the correct number of dots at the start of each line
3. Save that draft message to disc (Control-S) from the drafts folder message list, and then open the .eml file in a standard text editor. Each line will now be missing one dot.
Actual Results:
X-Mozilla-Status: 0001
X-Mozilla-Status2: 00000000
X-Mozilla-Keys:
FCC: [redacted]
X-Identity-Key: id1
Message-ID: [redacted]
Date: Tue, 26 Oct 2010 14:33:21 -0500
From: "Ron Higgins" [redacted]
Organization: [redacted]
X-Mozilla-Draft-Info: internal/draft; vcard=0; receipt=0; DSN=0; uuencode=0
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.11) Gecko/20101013 Thunderbird/3.1.5
MIME-Version: 1.0
To: [redacted]
Subject: test
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
one dot
.two dots
..three dots
Expected Results:
The saved file should contain the same exact message body that you see in the Draft message.
If you open the draft message, and use "Save-As File" instead, the file will be saved as a .txt file, and the dots will be intact.
I have the following config option changed from the default:
mailnews.send_plaintext_flowed;false
Although changing that setting didn't appear to make any difference.
I am using the default theme, and have only one add-on installed, Toggle Word Wrap v1.4
I also noted that this bug was present in TB v2.x which I just upgraded from.
Comment 1•15 years ago
|
||
confirming on Mozilla/5.0 (Macintosh; Intel Mac OS X 10.5; rv:2.0b8pre) Gecko/20101103 Thunderbird/3.3a1pre
Component: General → Backend
Product: Thunderbird → MailNews Core
QA Contact: general → backend
Updated•15 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•8 years ago
|
||
I cannot reproduce this with 52.6.0
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•