MailExtension API Request: Query for attachments
Categories
(Thunderbird :: Add-Ons: Extensions API, enhancement)
Tracking
(thunderbird_esr91+ fixed, thunderbird95 affected)
People
(Reporter: ryan, Assigned: john)
Details
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-esr91+
|
Details | Review |
An add-ons developer should be able to query a set of messages for attachments. For instance, being able to find all emails by an author and containing an attachment.
let attachmentEmail = await messenger.messages.query({author: sender, attachment: true})
That's how I imagine it, at least.
| Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
| Assignee | ||
Updated•4 years ago
|
Updated•4 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/d1c6ea689254
Add support for attachment query. r=darktrojan
| Assignee | ||
Comment 4•4 years ago
•
|
||
Comment on attachment 9248874 [details]
Bug 1736519 - Add support for attachment query. r=darktrojan
[Approval Request Comment]
Regression caused by (bug #):
User impact if declined:
Missing out new features.
Testing completed (on c-c, etc.):
Baked on 96 for 4 weeks.
Risk to taking this patch (and alternatives if risky):
Low.
Comment 5•4 years ago
|
||
Comment on attachment 9248874 [details]
Bug 1736519 - Add support for attachment query. r=darktrojan
[Triage Comment]
Approved for esr91
Comment 6•4 years ago
|
||
| bugherder uplift | ||
Thunderbird 91.4.1:
https://hg.mozilla.org/releases/comm-esr91/rev/b03538b5f3a0
Description
•