mirror of
https://github.com/HaschekSolutions/opentrashmail.git
synced 2026-04-25 06:35:55 +03:00
[GH-ISSUE #64] Digitally signed emails are not decoded #44
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentrashmail#44
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 @DasDunkel on GitHub (Nov 22, 2023).
Original GitHub issue: https://github.com/HaschekSolutions/opentrashmail/issues/64
Emails signed by OpenPGP seem to be encoded as base64, in older versions of OpenTrashMail these messages were decoded by the mail server on arrival, but on the latest version the raw base64 is shown instead.
Check here for multiple examples sent over 2 separate versions with and without digital signing
https://tmp.totallylegit.link/address/testing123@test.totallylegit.link
@geek-at commented on GitHub (Nov 22, 2023):
in version 1.2 it should decode it correctly. What version are you running?
@DasDunkel commented on GitHub (Nov 22, 2023):
I'm using version 1.2.0
@geek-at commented on GitHub (Nov 22, 2023):
oh sorry just realized I didn't push the correctly decoded fix. pushing now