Closed
Bug 166879
Opened 23 years ago
Closed 23 years ago
Viewing message body as plain text doesn't work with this message
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 138333
People
(Reporter: matthew, Assigned: sspitzer)
Details
Attachments
(1 file)
136.76 KB,
text/plain
|
Details |
When viewing the attached message in Mozilla mail using the View Message Body as
Plain Text mode, I see nothing. What should appear is the plain text version of
the message, which is included as a MIME attachment.
Reporter | ||
Comment 1•23 years ago
|
||
This is the email message that doesn't work. Note that the first section is:
--------------010600080100020601060805
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Shouldn't this be displayed in plain text mode?
Comment 2•23 years ago
|
||
> Shouldn't this be displayed in plain text mode?
Well, yes, it *should*. It won't with the current m/a code, which just disables
known "bad" content types like HTML (not including multipart/related, which is
the secord alternative) and thus makes us fall back to earlier ones, usually
plaintext.
This isn't a real problem, as the HTML in the m/related part should be converted
to plaintext. But you hit a bug there.
*** This bug has been marked as a duplicate of 138333 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 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
•