Closed
Bug 102845
Opened 24 years ago
Closed 24 years ago
Period at end of received text mail messages
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
People
(Reporter: andy.ruddock, Assigned: sspitzer)
Details
All received mail messages which are "text only" have a period on a seperate
line at the end of the text.
This happens only with "text only" messages.
For example, end of text message received as response from listserv:
Summary of resource utilization
-------------------------------
CPU time: 0.000 sec
Overhead CPU: 0.000 sec
CPU model: AlphaServer XP1000 6/500 (1024M)
Job origin: andy.ruddock@STORSAND.NET
. <--- This is the period I'm talking about
I'm not sure if this is related to bugs 47606, 67361 and 67971.
Currently running Mozilla build ID 2001100203 on Win98 SE.
I've just had a look at the "Inbox" file at a MultiPart email message, which
looks like:
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="----=_NextPart_84815C5ABAF209EF376268C8"
Return-Path: mailshot@192.com
X-OriginalArrivalTime: 14 Aug 2001 22:17:45.0203 (UTC) FILETIME=[F1598430:01C1250E]
X-RCPT-TO: <andy.ruddock@storsand.net>
X-UIDL: 291758233
Status: U
------=_NextPart_84815C5ABAF209EF376268C8
Content-type: text/plain; charset="US-ASCII"
(text of mail)
------=_NextPart_84815C5ABAF209EF376268C8
Content-Type: text/html; charset="US-ASCII"
(html version of mail)
------=_NextPart_84815C5ABAF209EF376268C8--
. <--- Looks like it's here as well
Maybe it's just because the html rendering removes the period?
Comment 1•24 years ago
|
||
Hmm...IIRC, in the SMTP protocol, a period on a line by itself signifies the end
of a message (if such a period by itself is part of the message, two periods are
used, if two are in the message, three are used, etc.). Perhaps this isn't being
stripped correctly?
Comment 2•24 years ago
|
||
Marking these all WORKSFORME sorry about lack of response but were very
overloaded here. Only reopen the bug if you can reproduce with the following steps:
1) Download the latest nightly (or 0.9.6 which should be out RSN)
2) Create a new profile
3) test the bug again
If it still occurs go ahead and reopen the bug. Again sorry about no response
were quite overloaded here and understaffed.
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Comment 3•24 years ago
|
||
I can reproduce with those exact steps - build 2001112803, win2k-sp2. If I
create 2 POP3 accounts, this only happens for the first one. Changing severity
to normal - it's more than a minor annoyance to cut a period of the quoted text
of every message you reply to.
Severity: minor → normal
Status: RESOLVED → UNCONFIRMED
Resolution: WORKSFORME → ---
Comment 5•24 years ago
|
||
user_pref("mail.server.default.dot_fix", false); seems to fix this...
*** This bug has been marked as a duplicate of 97912 ***
Status: NEW → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•