Closed
Bug 3832
Opened 26 years ago
Closed 26 years ago
decode MIME for the mail thread pane
Categories
(MailNews Core :: Database, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M4
People
(Reporter: nhottanscp, Assigned: Bienvenu)
Details
Data base to add an interface to return MIME decoded unicode string (nsString).
Reporter | ||
Updated•26 years ago
|
QA Contact: 4080 → 1308
Assignee | ||
Updated•26 years ago
|
Target Milestone: M4
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Reporter | ||
Comment 1•26 years ago
|
||
I saw mime was hooked into the db. Has that been used by the thread pane?
Adding putterman to the cc: list.
Comment 2•26 years ago
|
||
Yes I'm using
message->GetMime2EncodedSubject(subject);
message->GetMime2EncodedAuthor(subject);
in the thread pane.
Reporter | ||
Comment 3•26 years ago
|
||
I found a bug in libmime (my code) and checed in a fixed today.
By using 4/6, MIME encoded messages can be seen in the thread pane.
David, would you change the status to FIXED?
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•26 years ago
|
||
OK, but I didn't really do any of the work :-)
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 5•26 years ago
|
||
** checked with 4/7/99 build **
This is working now. I checked both iso-8859-1 and iso-2022-jp MIME-
encoded headers in sent msgs and they were decoded and
displayed correctly in the view pane.
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
•