Closed
Bug 608514
Opened 15 years ago
Closed 14 years ago
one extra space character added for one or more space character at beginning of line
Categories
(MailNews Core :: Composition, defect)
MailNews Core
Composition
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: oliver, Unassigned)
References
Details
User-Agent: Opera/9.80 (Windows NT 6.0; U; de) Presto/2.6.30 Version/10.63
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.12) Gecko/20101027 Lightning/1.0b2 Thunderbird/3.1.6
When composing emails in plain text format and having one (or more) space character(s) (blanks) at the beginning of the line, then, after sending the email one extra space character is added to the beginning of every line. One can see this by viewing the mail's source in the "Sent" folder; and, of course, viewing the received email's source.
Reproducible: Always
Steps to Reproduce:
1. Compose an email in plain text format
2. add a space character the beginning of a line
3. send the email
4. view the sent mail's source / view received email's source
Actual Results:
one extra space character has being added to every line that begins with a space character
Expected Results:
no extra space character to the particular lines
I'm not sure (because I'm not that familiar with email format etc.) if this problem has something to do with the selected encoding or some other settings. Therefor I add the headers that were generated by Thunderbird when I sent the test emails:
Message-ID: <4CCC071A.1020709@seeliger.name>
Date: Sat, 30 Oct 2010 13:52:58 +0200
From: foo@bar.baz
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.12) Gecko/20101027 Lightning/1.0b2 Thunderbird/3.1.6
MIME-Version: 1.0
To: "foo@bar.baz" <foo@bar.baz>
Subject: test
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: 7bit
| Reporter | ||
Updated•15 years ago
|
Version: unspecified → 3.1
Updated•15 years ago
|
Status: UNCONFIRMED → NEW
Component: General → Composition
Ever confirmed: true
Product: Thunderbird → MailNews Core
QA Contact: general → composition
Version: 3.1 → Trunk
Comment 1•15 years ago
|
||
confirming on Mozilla/5.0 (Macintosh; Intel Mac OS X 10.5; rv:2.0b8pre) Gecko/20101104 Thunderbird/3.3a1pre
OS: Windows Vista → All
Hardware: x86 → All
Comment 2•14 years ago
|
||
There's no bug here, as long as you don't see format=flowed as one. ;-)
With format=flowed, lines starting with a space need to add a second space which will be removed when displaying as format=flowed.
See RfC 2646, especially chapter "4.4. Space-Stuffing".
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•