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

Unable to preview body of encrypted mail in mailvelope reply-to #1130

Closed
Niveshkrishna opened this issue May 15, 2023 · 2 comments
Closed

Unable to preview body of encrypted mail in mailvelope reply-to #1130

Niveshkrishna opened this issue May 15, 2023 · 2 comments
Labels
external Issue is outside our code workaround

Comments

@Niveshkrishna
Copy link

Niveshkrishna commented May 15, 2023

Describe the bug

When replying to an encrypted email in webmail using mailvelope, the original email body doesn't show in the mailvelope reply to window. Issue is similar to #1126

To Reproduce
Steps to reproduce the behavior:

  1. Go to snappymail
  2. Click on reply to for an encrypted email
  3. Use mailvelope extension to reply
  4. No body of original message to preview

Expected behavior
A clear and concise description of what you expected to happen.

Show body of original message

Screenshots
If applicable, add screenshots to help explain your problem.

image

Please complete the following information:

  • Browser: [e.g. chromium 100, firefox 100, safari 14, mobile]
  • IMAP daemon: [e.g. courier, dovecot]
  • PHP version:
  • SnappyMail Version: 2.27.2
  • Mode: [e.g. standalone, nextcloud, cyberpanel, docker] : nextcloud

Debug/logging information
Place them here (few lines) or as attachments (many lines)

Additional context
Add any other context about the problem here.

@the-djmaze the-djmaze added external Issue is outside our code wontfix This will not be worked on labels May 15, 2023
@the-djmaze
Copy link
Owner

The mailvelope.createDisplayContainer() returns a DisplayContainer object that does not reveal the decrypted text.
Therefore SnappyMail can't access the code on reply/forward.

See:
https://mailvelope.github.io/mailvelope/Mailvelope.html#createDisplayContainer
https://mailvelope.github.io/mailvelope/global.html#DisplayContainer

@Niveshkrishna
Copy link
Author

@the-djmaze Are you sure about this? When I tried with gmail + mailvelope, there's a secure reply option shows the original message in the popup body. Here's a screenshot if it helps

image

@the-djmaze the-djmaze added workaround and removed wontfix This will not be worked on labels May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external Issue is outside our code workaround
Projects
None yet
Development

No branches or pull requests

2 participants