Open Bug 68982 Opened 24 years ago Updated 2 years ago

featurectomy - saving messages as html

Categories

(MailNews Core :: MIME, defect)

defect

Tracking

(Not tracked)

Future

People

(Reporter: jgmyers, Unassigned)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

Removing all the special-case code for saving messages as HTML files.

The usefulness of this feature is outweighed by its complexity and the fact that 
its i18n aspects are broken.
Attached patch PatchSplinter Review
ducarroz - please review
Keywords: review
Patch also removes some unreferenced properties.  Also, on linux the file picker
had *.eml listed twice "Mail Files (*.eml) (*.eml)"
Suggest WONTFIX.

This is a useful feature. If it's broken or written badly, then fix it or leave
it. But don't remove functionality just because you dislike some |if| statements.

If you look at the patch, you save only a few lines. Most of them are in the one
if statement around the conversion in the text converters it's the hack for bug
50413. But: WHy did we take the time to fix that bug (for JPN only) at all, if
we now remove that functinality altogether?

In no case remove the plainHTML mode of the text converters.
Note: This is also currently discussed on .mail-news, in thread "Saving messages
as html" <news://news.mozilla.org/3A888B84.D59F2F46@netscape.com>.
John, please hold on this patch. I am still analyzing the whole mime and at this
stage it would be to early to start cutting down like that in mime. My personal
dream is to rewrite mime using reall C++ architecture and using Unicode as
standart api format but we have too way much other stuff more important to do...
Blocks: 74424
John, this is the only (non-plaintext) mode that outputs the whole msg in a
format that is understood by non-Gecko renderes. If you remove this mode,
Mailnews will suddenly depend on full Gecko. That's too high a price for these
few lines of code.
This is a policy issue.  Assigning to module owner.
Assignee: jgmyers → ducarroz
Status: NEW → ASSIGNED
Target Milestone: --- → Future
Product: MailNews → Core
bienvenu, is this feature even in trunk at this stage or can we close this bug?
this feature is still there - select a message, do a file | save as file, and then change the type to .html, and we'll create an html file. I've found this handy in the past, so I wouldn't personally vote for removing it - it doesn't seem like a big enough win in the code cleanup department.
Wow, that's what I call an undiscoverable feature.  I don't know of any other program that changes the format of the file written based on how people tweak the save file dialog entry.

I suspect no one who didn't look at the code or troll through bugzilla knows about it. 

If we're going to keep it, I think we should think about whether there's a better UI for it.  

Firefox behaves the same way :-)
As does IE - I agree it's not very user friendly but it seems relatively standard on Windows.
Searching for news://news.mozilla.org/3A888B84.D59F2F46@netscape.com using advanced search on Google Groups doesn't show anything.  What are the use cases for this feature, anyway?
I take it back.  i hadn't noticed the file format popup.
Assignee: ducarroz → nobody
Status: ASSIGNED → NEW
QA Contact: esther → mime
Product: Core → MailNews Core
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: