Add function to extract inline text parts from a message, which are not returned by listAttachments()
Categories
(Thunderbird :: Add-Ons: Extensions API, task)
Tracking
(thunderbird128 fixed)
| Tracking | Status | |
|---|---|---|
| thunderbird128 | --- | fixed |
People
(Reporter: john, Assigned: john)
References
Details
(Whiteboard: [PrioESR128])
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
|
Details | Review |
| Assignee | ||
Comment 1•1 year ago
•
|
||
This adds a method to extract a flat list of inline text parts found
in a message. These parts and their content can already be accessed
through messages.getFull(), but in order to find these parts, detailed
knowledge regarding the structure of MIME messages is needed.
This helper function allows listing all inline text parts, just as
messages.listAttachments() allows listing all attachments.
Note: The messages API considers everything which is not an inline text
part, to be an attachment. The new function is therefore the
counterpart of messages.listAttachments().
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
Pushed by kaie@kuix.de:
https://hg.mozilla.org/comm-central/rev/7075042cbd14
Add messages.listInlineTextParts() to get a flat list of inline text parts. r=mkmelin
| Assignee | ||
Comment 3•1 year ago
|
||
Comment on attachment 9403943 [details]
Bug 1898854 - Add messages.listInlineTextParts() to get a flat list of inline text parts. r=mkmelin
[Approval Request Comment]
Regression caused by (bug #): -
User impact if declined: Helper function for extracting inline text parts not available
Testing completed (on c-c, etc.): A few days (missed landing on 128 by a few days)
Risk to taking this patch (and alternatives if risky): Low
Comment 4•1 year ago
|
||
Comment on attachment 9403943 [details]
Bug 1898854 - Add messages.listInlineTextParts() to get a flat list of inline text parts. r=mkmelin
[Triage Comment]
Approved for beta
Comment 5•1 year ago
|
||
| bugherder uplift | ||
Thunderbird 128.0b2:
https://hg.mozilla.org/releases/comm-beta/rev/fb047b89e99d
Description
•