Closed
Bug 1924780
Opened 1 year ago
Closed 1 year ago
[EWS] Support deleting messages (as part of supporting moving messages form an EWS folder)
Categories
(Thunderbird :: Account Manager, task)
Thunderbird
Account Manager
Tracking
(thunderbird_esr128 wontfix)
RESOLVED
FIXED
134 Branch
| Tracking | Status | |
|---|---|---|
| thunderbird_esr128 | --- | wontfix |
People
(Reporter: babolivier, Assigned: babolivier)
References
Details
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
Details |
Implement nsIMsgFolder::DeleteMessages. For now we'll probably focus on the case of deleting a message in the context of a move, i.e. ensuring deleteStorage && isMove is true, and, for each message, looking up its EWS ID and using it to delete the message on EWS (as well as from the local database).
This is required for moving messages from EWS folders.
| Assignee | ||
Updated•1 year ago
|
Summary: [EWS] Support deleting messages → [EWS] Support deleting messages (as part of supporting moving messages form an EWS folder)
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → brendan
Status: NEW → ASSIGNED
| Assignee | ||
Updated•1 year ago
|
Keywords: checkin-needed-tb
Pushed by alessandro@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/ace11d4029e3
Support deleting messages for message move. r=leftmostcat
Updated•1 year ago
|
status-thunderbird_esr128:
--- → wontfix
Target Milestone: --- → 134 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•