Closed Bug 1736519 Opened 4 years ago Closed 4 years ago

MailExtension API Request: Query for attachments

Categories

(Thunderbird :: Add-Ons: Extensions API, enhancement)

enhancement

Tracking

(thunderbird_esr91+ fixed, thunderbird95 affected)

RESOLVED FIXED
96 Branch
Tracking Status
thunderbird_esr91 + fixed
thunderbird95 --- affected

People

(Reporter: ryan, Assigned: john)

Details

Attachments

(1 file)

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.

Flags: needinfo?(john)
Assignee: nobody → john
Status: NEW → ASSIGNED

Done.

Flags: needinfo?(john)
Target Milestone: --- → 96 Branch

Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/d1c6ea689254
Add support for attachment query. r=darktrojan

Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED

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.

Attachment #9248874 - Flags: approval-comm-esr91?

Comment on attachment 9248874 [details]
Bug 1736519 - Add support for attachment query. r=darktrojan

[Triage Comment]
Approved for esr91

Attachment #9248874 - Flags: approval-comm-esr91? → approval-comm-esr91+
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: