TF-1311 Add capability of Team-Mailbox for GetMailboxMethod
This commit is contained in:
@@ -23,7 +23,7 @@ abstract class MailboxDataSource {
|
||||
|
||||
Future<List<Mailbox>> getAllMailboxCache();
|
||||
|
||||
Future<MailboxChangeResponse> getChanges(AccountId accountId, State sinceState);
|
||||
Future<MailboxChangeResponse> getChanges(Session session, AccountId accountId, State sinceState);
|
||||
|
||||
Future<void> update({List<Mailbox>? updated, List<Mailbox>? created, List<MailboxId>? destroyed});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user