-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TF-3487 Handle Twake Mail errors #3504
base: master
Are you sure you want to change the base?
Conversation
This PR has been deployed to https://linagora.github.io/tmail-flutter/3504. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- We should find a way to handle errors more centrally, not handle the same error in more than one place, it will be difficult to manage later.
b67dfc3
to
f758f54
Compare
|
yield Left<Failure, Success>(GetAllMailboxFailure( | ||
e, | ||
onRetry: execute(session, accountId, properties: properties), | ||
)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- It not work when JMAP server use
Mailbox/get
method throw exception
Screen.Recording.2025-02-28.at.12.01.18.online-video-cutter.com.mp4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
exception rethrowed at repository level.
Screen.Recording.2025-02-28.at.12.40.32.mov |
Issue
Case handled
Demo
Updating