Closed
Bug 6216
Opened 26 years ago
Closed 26 years ago
SMTP send operation removes CRLF lines
Categories
(MailNews Core :: Networking, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M9
People
(Reporter: rhp, Assigned: jefft)
Details
(Whiteboard: Waiting for release build after 5/17 to verify)
When you send a message with lines that have only CRLF, the send operation
removes these vertical spaces which causes MIME decoding problems.
Updated•26 years ago
|
Status: NEW → ASSIGNED
Comment 1•26 years ago
|
||
I'd like to fix this for M6.
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Target Milestone: M6
Comment 2•26 years ago
|
||
Fix checked in. Note, this bug only occurred when you were doing text compose.
Jean-Francois just turned on html compose the other day. So you must turn off
html compose in order to test this.
You can do this by setting the following pref:
user_pref("mail.identity.id1.send_html", false);
Then send yourself a message with several line returns in it like:
a
b
line3
line 4...
Now send the message and then get the msg. Verify that the extra blank lines you
inserted are preserved in the msg. b4 this bug fix they wouldn't have been
Using 19990518 builds on win95 and linux and adding the line mentioned above in
prefs50.js file, this is fixed. Spaces are preserved. Verified
Just a note: when changing to plain text (adding the above mentioned line to
prefs50.js) typing the text in the plain text compose window doesn't show the
<returns> as blank lines they display as spaces between the characters, but when
viewing that message after being sent we see the blank lines between the
characters. I'll check with mscott to see if that's a separate bug during the
compose.
Comment 5•26 years ago
|
||
esther, the display problem in the compose window when typing a new line is a ender's known bug #6242 (http://
bugzilla.mozilla.org/show_bug.cgi?id=6242)
Moving all Mail/News Networking bugs to Mail/News Networking-Mail
This may re-open previously Verified bugs due to a Bugzilla bug...if so, I will
fix those bugs.
Updated•26 years ago
|
Status: VERIFIED → REOPENED
Comment 7•26 years ago
|
||
This still happens and break multipart related messages.
Reporter | ||
Updated•26 years ago
|
Resolution: FIXED → ---
Reporter | ||
Comment 8•26 years ago
|
||
Jeff, this is the bug we need you to look at.
- rhp
clearing resolution of M6 since this is reopened. Scott, pls give a new target
milestone.
Reporter | ||
Comment 10•26 years ago
|
||
scott is out until next week...jefft is putting on his cape and is going to
look at it :-)
Assignee | ||
Comment 11•26 years ago
|
||
I'll look into the problem.
Assignee | ||
Comment 12•26 years ago
|
||
Fix in hand. Waiting for permission to check in.
Status: NEW → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 13•26 years ago
|
||
Fix checked in. nsSmtpProtocol.cpp modified. Please note that Ender plain text
editor has a bug adding extra blank line for every plain text line. The problem
has been informed to akkana by rhp.
Comment 14•26 years ago
|
||
Using 19990816M9 builds on win98, mac and linux, testing the New Msg window in
Plain text mode and HTML mode this works, however with win98 and mac, a big
carat is left in each of the blank lines during compose (see bug 10683). This
bug is verified.
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•