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.
Bug 1924780 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
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. This is required for moving messages from EWS folders.
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 database). This is required for moving messages from EWS folders.
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.