TF-1810 Add GetDetailedEmailByIdInteractor to get detailed email
(cherry picked from commit 765cebec00ae26458fe7f5e17ec6026f82f1fd0f)
This commit is contained in:
@@ -89,4 +89,6 @@ abstract class EmailRepository {
|
||||
Future<jmap.State?> getEmailState(Session session, AccountId accountId);
|
||||
|
||||
Future<void> storeDetailedEmailToCache(Session session, AccountId accountId, DetailedEmail detailedEmail);
|
||||
|
||||
Future<Email> getDetailedEmailById(Session session, AccountId accountId, EmailId emailId);
|
||||
}
|
||||
Reference in New Issue
Block a user