Closed
Bug 14797
Opened 24 years ago
Closed 24 years ago
Messages sent from Unsent folder arrives with the header and msg body in the body and in plain text format
Categories
(MailNews Core :: Backend, defect, P3)
MailNews Core
Backend
Tracking
(Not tracked)
VERIFIED
FIXED
M11
People
(Reporter: esther, Assigned: jefft)
Details
Using 19990923 build on win98, (still need to check mac and linux) messages sent from the Unsent folder using the menu item "Send Unsent Messages" arrives in mailbox with header and body of message as if your reading the source file. 1. Launch Messenger (make sure your set for HTML editing ) 2. Click New Msg address it to yourself and add HTML attributes to the message 3. Select Send Later from the File menu 4. Check to see if the message is in the Unsent folder and see that the message body is of the correct HTML format 5. Select Send Unsent Messages from the File menu 6. Select this message from you Inbox (it's missing the subject, a different bug) Result: The message dislplays header and body all in the body in plain text format with html tags.
Updated•24 years ago
|
Assignee: putterman → rhp
Comment 3•24 years ago
|
||
reassigning to rhp
Updated•24 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M11
Comment 4•24 years ago
|
||
I see what the problem is...I'll dig into it. - rhp
Updated•24 years ago
|
Assignee: rhp → jefft
Status: ASSIGNED → NEW
Comment 5•24 years ago
|
||
This looks like a problem with "From - " header lines being saved to disk. Jeff has a beat on this problem. - rhp
Looks like "From - " header isn't the only problem. I have a fix for the "From - header" that will be addressed by fixing 10801. The other problem is we did set the sender of the message when deliver the queued message. We failed in message_header_sanity_check(). I also have a fix for this.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Problem fixed along with bug 10801. nsMsgSendLater.cpp also changed.
Linux (1999-10-07-08 M11) Win_nt 4.0 (1999-10-07-08 M11) This problem is fixed. Unable to test Mac because of bug 15720
Updated•19 years ago
|
Product: MailNews → Core
Updated•15 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•