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