TF-145 Implement LoadMoreEmails in ThreadView
This commit is contained in:
@@ -15,6 +15,8 @@ class RefreshAllMailboxInteractor {
|
||||
|
||||
Stream<Either<Failure, Success>> execute(AccountId accountId, jmapState.State currentState) async* {
|
||||
try {
|
||||
yield Right<Failure, Success>(RefreshingState());
|
||||
|
||||
yield* _mailboxRepository
|
||||
.refresh(accountId, currentState)
|
||||
.map(_toGetMailboxState);
|
||||
|
||||
Reference in New Issue
Block a user