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

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

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]>
@pabzm pabzm self-assigned this Oct 2, 2024
@pabzm pabzm marked this pull request as ready for review October 2, 2024 07:43
@pabzm pabzm requested a review from st3iny October 2, 2024 07:43
@pabzm
Copy link
Contributor Author

pabzm commented Oct 2, 2024

This is now ready for review. I don't know if some changes could be done more elegantly, please give me a hint if so.

@pabzm pabzm linked an issue Oct 2, 2024 that may be closed by this pull request
Copy link
Member

@st3iny st3iny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested with Mailvelope and Thunderbird and works. Very nice, thanks!

Please bump the version in appinfo/info.xml to trigger the migration, e.g. 4.1.0-alpha.1.

@@ -110,6 +112,9 @@ class LocalMessage extends Entity implements JsonSerializable {
/** @var int|null */
protected $updatedAt;

/** @var bool */
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/** @var bool */
/** @var bool|null */

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🏗️ In progress
Development

Successfully merging this pull request may close these issues.

Fix sending encrypted messages with Mailvelope Missing PGP/MIME support
2 participants