TF-153 Mark as spam when open email

This commit is contained in:
dab246
2022-04-15 16:20:02 +07:00
committed by Dat H. Pham
parent 16c5aed64e
commit 750063d1f4
12 changed files with 107 additions and 5 deletions
+2
View File
@@ -15,4 +15,6 @@ enum EmailActionType {
deletePermanently,
preview,
selection,
moveToSpam,
unSpam,
}
@@ -59,6 +59,10 @@ class PresentationMailbox with EquatableMixin {
bool get isSpam => role == roleSpam;
bool get isTrash => role == roleTrash;
bool get isDrafts => role == roleDrafts;
@override
List<Object?> get props => [
id,