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

Preview in email notification #6579

Open
3 tasks
bedhub opened this issue Feb 20, 2024 · 3 comments
Open
3 tasks

Preview in email notification #6579

bedhub opened this issue Feb 20, 2024 · 3 comments
Labels
feature: notification goal: mobile integration roadmap label to indicate that this issue is/was part of the roadmap and is visible on the website
Milestone

Comments

@bedhub
Copy link
Contributor

bedhub commented Feb 20, 2024

When receiving a new email notification i want to be able to see some initial information from the received mail so i can decide if i should read email now or later.

AC

  • The notification shows, subject, sender and recipient.
    • The sender is the sender name if available otherwise the email address
    • The recipient email address.
    • Subject from the Mail entity
  • The information is not available to any external push notification provider.
  • There is a settings page to configure notification behavior Settings/Notification
  • There is an option to show/hide extended notification information, called "Notification content/Mitteilungsinhalt" with the following options
    • No sender or subject
    • Only sender
    • Sender and subject
  • If preview is "Only sender" we show sender/recipient information.
  • If preview is "No sender or subject" we show "New Tuta message" received.
  • The settings is configurable per user per device
  • For newly added accounts the setting is "Sender and subject" by default
  • For existing stored accounts the setting is "No sender or subject"
  • Near the preference there is a help text that links to a support entry that explains background data access.
  • Data to decrypt the extended notification is secured with system key chain
  • When user selects "No sender or subject" data is removed

Notes

  • Option1: Add encrypted subject, sender, receiver to MissedNotification
  • Option2: Download mail and decrypt (assuming that the mail has not been moved)

For showing the preview we prefer Option2 and try to download/decrypt the email.

Tasks

@bedhub bedhub added feature: notification goal: mobile integration roadmap label to indicate that this issue is/was part of the roadmap and is visible on the website labels Feb 20, 2024
@bedhub bedhub added this to the Roadmap milestone Feb 20, 2024
@Gersonzao
Copy link

I think an option to disable this would be nice (or maybe even better, make this opt-in), since many people configure their lock screen to show notifications but wouldn't necessarily feel comfortable with this additional information also visible

@rezbyte rezbyte mentioned this issue Mar 8, 2024
2 tasks
@C8opmBM
Copy link

C8opmBM commented Mar 31, 2024

I see the roadmap and this pops up first in the list.
TBH, this is the top of the list priority for me as well.
I really hope it could be implemented.
Fingers crossed!

@polzon
Copy link

polzon commented Apr 22, 2024

To piggyback off of this request: if I tap on the notification, it should open up the previewed e-mail rather then my inbox where I have to hunt down which folder it went to, or what e-mail notification I even tapped on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature: notification goal: mobile integration roadmap label to indicate that this issue is/was part of the roadmap and is visible on the website
Projects
None yet
Development

No branches or pull requests

4 participants