Open
Bug 633837
Opened 14 years ago
Updated 2 years ago
Add X-Mozilla-Altered to mime emitter for more useful attachment UI info
Categories
(MailNews Core :: MIME, enhancement)
MailNews Core
MIME
Tracking
(Not tracked)
NEW
People
(Reporter: alta88, Unassigned)
Details
looks like this is done in mimemoz2.cpp and all that is necessary is to emit it. anyone needing it can get it from there in messageHeaderSink and methods exposed to js.
Comment 1•14 years ago
|
||
What exactly is this useful for? It's certainly not required to get the detached/deleted status, since you can get those in other ways (which we currently do).
to get the detached/deleted dates without opening up for mimeparsing, to display this info a tooltip or within my extension's attachments pane. unless you know another way..
btw, if you mean using isExternalAttachment or contentType, that isn't correct since feed attachments (enclosures) also have the former and 'detached' doesn't apply to a remote link, and the latter's value of x-moz-deleted also doesn't apply.
there isn't anything (afaict) that identifies a feed attachment strictly. currently a guess can be made that works, as FeedItem.js doesn't pass on a feed enclosure tag's length attribute as size when it creates an attachemnt, an oversight i intend to patch soon.
Updated•14 years ago
|
Component: Message Reader UI → MIME
Product: Thunderbird → MailNews Core
QA Contact: message-reader → mime
Comment 4•9 years ago
|
||
Removing myslef on all the bugs I'm cced on. Please NI me if you need something on MailNews Core bugs from me.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•