TF-239 Empty trash folder

This commit is contained in:
dab246
2022-04-05 16:18:22 +07:00
committed by Dat H. Pham
parent a89c5db744
commit 1c7f9ad333
19 changed files with 367 additions and 95 deletions
@@ -64,4 +64,6 @@ abstract class ThreadRepository {
Properties? properties,
}
);
Future<bool> emptyTrashFolder(AccountId accountId, MailboxId trashMailboxId);
}