Open
Bug 1936082
Opened 2 months ago
[EWS] Use MoveItem to move messages between folders of the same EWS account
Categories
(Thunderbird :: Account Manager, task)
Thunderbird
Account Manager
Tracking
(Not tracked)
NEW
People
(Reporter: babolivier, Unassigned)
References
(Blocks 1 open bug)
Details
As of bug 1908654, we use CreateItem
to create a copy of a message in an EWS folder, and DeleteItem
to delete it from the source folder. Ideally, if we're copying between folders of the same account, we should use MoveItem
instead, so metadata that might not be represented in the headers of the RFC?22 message are preserved.
You need to log in
before you can comment on or make changes to this bug.
Description
•