TF-82 Create an email as drafts

This commit is contained in:
dab246
2022-02-21 11:52:23 +07:00
committed by Dat H. Pham
parent e739e23c62
commit ea29405f08
14 changed files with 273 additions and 51 deletions
@@ -34,4 +34,6 @@ abstract class EmailDataSource {
List<Email> emails,
MarkStarAction markStarAction
);
Future<bool> saveEmailAsDrafts(AccountId accountId, Email email);
}