Use GetAllEmails instead of RefreshAll Interactor

This commit is contained in:
Dat PHAM HOANG
2022-04-26 10:45:45 +07:00
committed by Dat H. Pham
parent 9c53b4a948
commit a66b33472d
5 changed files with 4 additions and 118 deletions
@@ -22,17 +22,6 @@ abstract class ThreadRepository {
}
);
Stream<EmailsResponse> refreshAll(
AccountId accountId,
{
UnsignedInt? limit,
Set<Comparator>? sort,
EmailFilter? emailFilter,
Properties? propertiesCreated,
Properties? propertiesUpdated,
}
);
Stream<EmailsResponse> refreshChanges(
AccountId accountId,
jmap.State currentState,