HaschekSolutions / opentrashmail

Open Source standalone trashmail solution that ships its own mail server
Apache License 2.0
632 stars 52 forks source link

Digitally signed emails are not decoded #64

Closed DasDunkel closed 12 months ago

DasDunkel commented 12 months ago

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 12 months ago

in version 1.2 it should decode it correctly. What version are you running?

DasDunkel commented 12 months ago

I'm using version 1.2.0

geek-at commented 12 months ago

oh sorry just realized I didn't push the correctly decoded fix. pushing now