TF-79 Mark as star/unstar in email detailed view

This commit is contained in:
dab246
2021-09-20 12:50:51 +07:00
committed by Dat H. Pham
parent a12efc8d2b
commit 5d7fd819c8
15 changed files with 176 additions and 1 deletions
@@ -29,4 +29,6 @@ abstract class EmailDataSource {
);
Future<List<EmailId>> moveToMailbox(AccountId accountId, MoveRequest moveRequest);
Future<bool> markAsImportant(AccountId accountId, EmailId emailId, ImportantAction importantAction);
}