Skip to content
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

Use UnreadMailStateService for read/unread #8507

Open
2 tasks
Tracked by #8505
charlag opened this issue Feb 10, 2025 · 0 comments · Fixed by #8512
Open
2 tasks
Tracked by #8505

Use UnreadMailStateService for read/unread #8507

charlag opened this issue Feb 10, 2025 · 0 comments · Fixed by #8512

Comments

@charlag
Copy link
Contributor

charlag commented Feb 10, 2025

Normally to mark mails as read/unread we call PUT on mails.
In case of conversations we will also know the mail ids so we need to mark mails as unread based on that.
We already have a service for doing exactly that and we should use it. We should use it also when the conversation grouping is not enabled.

Estimated: 2h
Time taken: 1.5h

Test notes

  • Mark one mail as unread and then read
  • Mark multiple mails as unread and then read
@paw-hub paw-hub self-assigned this Feb 10, 2025
@paw-hub paw-hub linked a pull request Feb 10, 2025 that will close this issue
paw-hub added a commit that referenced this issue Feb 10, 2025
This commit moves the service call to MailFacade and adds tests, too.

Closes #8507
paw-hub added a commit that referenced this issue Feb 10, 2025
This commit moves the service call to MailFacade and adds tests, too.

Closes #8507
paw-hub added a commit that referenced this issue Feb 10, 2025
This commit moves the service call to MailFacade and adds tests, too.

Closes #8507
paw-hub added a commit that referenced this issue Feb 10, 2025
This commit moves the service call to MailFacade and adds tests, too.

Closes #8507
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants