caronc / apprise

Apprise - Push Notifications that work with just about every platform!
https://hub.docker.com/r/caronc/apprise
BSD 2-Clause "Simplified" License
12.04k stars 422 forks source link

Support for signing outgoing emails and optional encryption via WKD #1240

Open ZzenlD opened 5 days ago

ZzenlD commented 5 days ago

:bulb: The Idea It would be great if emails sent by email could be signed with a private key so that the recipient can verify the authenticity of the email. If the corresponding public key has been stored via WKD, this can be used by the recipient without manual configuration. It would also be possible for WKD to automatically recognize the public key (if available) and additionally encrypt outgoing emails.

Both measures significantly increase security.

:hammer: Breaking Feature Both are merely optional extensions, therefore no breaking changes.

caronc commented 2 days ago

Request also came from #414 where PGP was added to the email.

I need to investigate how difficult it would be to also support WKD