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

Fix PGP/MIME sending and viewing #10195

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Fix PGP/MIME sending and viewing #10195

wants to merge 2 commits into from

Conversation

pabzm
Copy link
Contributor

@pabzm pabzm commented Sep 27, 2024

This fixes sending and viewing PGP/MIME encrypted emails (as produced and consumed by Mailvelope in API-mode).

Previously, sent messages were viewable in Mailvelope, too, but all other email programs showed the enclosed mime-headers, because the ciphertext was not properly encapsulated.

Closes #3833 and #9862

@pabzm pabzm force-pushed the fix-pgp-mime branch 8 times, most recently from 6375e4a to add510a Compare October 1, 2024 18:15
Sending emails that were encrypted using Mailvelope in API-mode require
a different handling, because the encrypted cleartext contains
MIME-headers.

Signed-off-by: Pablo Zmdl <[email protected]>
Provide the ciphertext to the frontend and hand the ciphertext to
Mailvelope.

Signed-off-by: Pablo Zmdl <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing PGP/MIME support
1 participant