fix(cnb): use Email/query + Email/get when switch mailbox and reload the email list
(cherry picked from commit 9444d8d28acb3ad4997091162f7addb763d83234)
This commit is contained in:
@@ -43,6 +43,16 @@ abstract class ThreadRepository {
|
||||
Properties? propertiesCreated,
|
||||
});
|
||||
|
||||
Stream<EmailsResponse> forceQueryAllEmailsForWeb({
|
||||
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