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

When showing opening an email thread, read emails should be closed #164

Open
elie222 opened this issue Mar 8, 2024 · 3 comments
Open

When showing opening an email thread, read emails should be closed #164

elie222 opened this issue Mar 8, 2024 · 3 comments

Comments

@elie222
Copy link
Owner

elie222 commented Mar 8, 2024

If a user clicks the email it can be expanded.
The previous emails in the message shouldn't be displayed by default either.
One package to help with this is: https://www.npmjs.com/package/@u22n/mailtools
We can help contribute to this package if needed too.

We do have some email parsing functionality in the app already. But it's not used in the Mail client at the moment.

@PradhyumArora
Copy link

I'd like to work on this. But why do we need an email parser package to collapse/show previous emails. We're already rendering them.

Screenshot (350)

Also, found this UI issue when opening an email thread. Should I create a new issue for this or consider this part of this issue?

@elie222
Copy link
Owner Author

elie222 commented Aug 1, 2024

Yes, you can create a new issue and work on both/either.

I'd like to work on this. But why do we need an email parser package to collapse/show previous emails. We're already rendering them.

Each email usually contains the contents of all the other emails in the conversation.
Users do not need to see this. Gmail hides these messages by default like so:

CleanShot 2024-08-01 at 14 22 18@2x

@PradhyumArora
Copy link

All right, I'll create a new issue and work on both of them

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants