TF-314 Implement delete an email in EmailView

This commit is contained in:
dab246
2022-03-30 16:50:50 +07:00
committed by Dat H. Pham
parent e86847aa7f
commit 8bf80db4de
18 changed files with 242 additions and 5 deletions
+2 -1
View File
@@ -13,5 +13,6 @@ enum EmailActionType {
markAsSpam,
delete,
edit,
composeFromEmailAddress
composeFromEmailAddress,
moveToTrash,
}
+1
View File
@@ -1,5 +1,6 @@
enum MoveAction {
moveTo,
moveToTrash,
undo
}