Skip to content
Commit 6b8101c4 authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

[IMAP Resource] Remove RemoveItemsTask and use ChangeItemsFlagsTask instead

Removing emails means appending the \Deleted flag, so RemoteItemsTask is
just a simpler version of ChangeItemsFlagsTask with hardocded flag to append.
To avoid code duplication and make use of flags-related fixes in ChangeItemsFlagsTask,
we can just use that instead of RemoveItemsTask.

REVIEW: 120447
CCBUG: 339565
parent bc6172db
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment