Closed
Bug 39254
Opened 25 years ago
Closed 25 years ago
Check modes in mimetpla.cpp
Categories
(MailNews Core :: MIME, defect, P3)
MailNews Core
MIME
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: BenB, Assigned: BenB)
References
Details
For bug 31906, trying to understand all the modes
<http://lxr.mozilla.org/seamonkey/source/mailnews/mime/public/nsIMimeStreamConverter.idl#39>
for mime output, some mode handling in mimetpla.cpp look suspicious to me. E.g.
we "skipConversion" for force_user_charset and saveas. As a result, we emitted
bogus HTML for SaveAs HTML ("<>&" not escaped) (changed this with bug 31906).
Not sure, what force_user_charset does (so, I don't touch it), but I think, we
shouldn't skipConversion here either.
I emulate the old mode behaviour in bug 31906, but we should check this
carefully sometime after M16. I need your (Rich's) input for this though, as I
don't understand the modes (their dataflow and usage) well.
Assignee | ||
Comment 1•25 years ago
|
||
Not sure what to do with this bug. I fixed several problem with bug 31906, but
there may be more. I'm currently not in the mood to dig into this. Rich, you?
Assignee | ||
Comment 2•25 years ago
|
||
> Rich, you?
hm, I doubt it. WONTFIX.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WONTFIX
Updated•20 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•