mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 22:25:55 +03:00
[GH-ISSUE #380] Inline pgp emails to Proton are empty. #859
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anonaddy#859
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mannp on GitHub (Nov 2, 2022).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/380
I have configured AA with the pgp key for my protonmail receiving account and the emails encrypt fine, but they are completely blank?
Not sure what I am missing.
Thanks.
@willbrowningme commented on GitHub (Nov 2, 2022):
Due to the way inline encryption works only the plain text part of the messages can be properly encrypted and decrypted.
The tooltip on the recipients page for that column states:
"Use inline (PGP/Inline) instead of PGP/MIME encryption for forwarded messages. Please Note: This will ONLY encrypt and forward the plain text content!"
So your forwarded email must not have had any plain text content.
Please try again making sure to send only plain text.
Most people will not use this setting, I would recommend turning it off if you want to receive html or mixed type messages.
@mannp commented on GitHub (Nov 2, 2022):
This will ONLY encrypt and forward the plain text content!"I read it but it was meaningless in the context of signing up for companies emails etc.
How would I know their content before receiving it? What about partial content.
@willbrowningme
Please Note: Turn this off if you wish to receive html or mixed type messages. Turn on for plain text ONLY@willbrowningme commented on GitHub (Nov 2, 2022):
It was added on a few user requests who had special uses cases where they only required plain text content. I'll update the note to make it more clear.
@mannp commented on GitHub (Nov 2, 2022):
Thanks, an update to the note would be a help to understand directly what it does 👍🏻
Did a quick PR if it helps ... https://github.com/anonaddy/anonaddy/pull/381