TF-1715 Load emails in favorite folder without filters
This commit is contained in:
@@ -24,6 +24,7 @@ abstract class ThreadRepository {
|
||||
AccountId accountId,
|
||||
{
|
||||
UnsignedInt? limit,
|
||||
int? position,
|
||||
Set<Comparator>? sort,
|
||||
EmailFilter? emailFilter,
|
||||
Properties? propertiesCreated,
|
||||
@@ -32,6 +33,16 @@ abstract class ThreadRepository {
|
||||
}
|
||||
);
|
||||
|
||||
Stream<EmailsResponse> loadAllEmailInFolderWithoutCache({
|
||||
required Session session,
|
||||
required AccountId accountId,
|
||||
UnsignedInt? limit,
|
||||
int? position,
|
||||
Set<Comparator>? sort,
|
||||
EmailFilter? emailFilter,
|
||||
Properties? propertiesCreated,
|
||||
});
|
||||
|
||||
Stream<EmailsResponse> refreshChanges(
|
||||
Session session,
|
||||
AccountId accountId,
|
||||
|
||||
Reference in New Issue
Block a user