Open
Bug 139317
Opened 24 years ago
Updated 3 years ago
Add a function to nsIMimeConverter which strip out "Re:" from subject header
Categories
(MailNews Core :: MIME, defect)
MailNews Core
MIME
Tracking
(Not tracked)
NEW
People
(Reporter: nhottanscp, Unassigned)
Details
Separated from bug 131983.
http://bugzilla.mozilla.org/show_bug.cgi?id=131983#c30
> It is possible to skip "RE:" without encoding the string again. It needs to
> decode MIME encode but without charset conversion then we can search for "RE:",
> remember the positions and copy the rest of the string over. This way, the
> result is always shorter than the original and no modification to the subject
> except for removing "RE:". Probably, we want that functionality in the MIME
> decoder/encoder interface. I think this would be not a small change, so not for
> moz1.0.
http://bugzilla.mozilla.org/show_bug.cgi?id=131983#c32
> NS_MsgStripRE() must return "Hello, world." for the all of following input (it's
> in raw ISO-2022-JP for viewing purpose):
>
> Re: Hello, world.
> \x1b(BRe: Hello, world.
> \x1b(JRe: Hello, world.
>
> Although I don't know actual implementation works this way, they are all
> comformance to RFC 1468.
| Reporter | ||
Updated•24 years ago
|
Summary: Add a function to nsIMimeConverter.h which strip out "Re:" from subject header → Add a function to nsIMimeConverter which strip out "Re:" from subject header
| Reporter | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.2alpha
Updated•24 years ago
|
QA Contact: gayatri → carosendahl
Updated•24 years ago
|
QA Contact: carosendahl → gayatri
| Reporter | ||
Updated•23 years ago
|
Target Milestone: mozilla1.2alpha → Future
QA Contact: gayatri → stephend
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Assignee: nhottanscp → nobody
Status: ASSIGNED → NEW
QA Contact: stephend → mime
| Assignee | ||
Updated•17 years ago
|
Product: Core → MailNews Core
Updated•17 years ago
|
Target Milestone: Future → ---
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•