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
@@ -41,4 +41,6 @@ abstract class EmailRepository {
String? baseUrlDownload,
AccountId accountId
);
Future<bool> saveEmailAsDrafts(AccountId accountId, Email email);
}