Automatically encrypt incoming email with user's PGP key #537
Notifications
Due Date
No due date set.
Depends on
#566 Enable Sieve features for Dovecot
kosmos/chef
Reference: kosmos/chef#537
Loading…
x
Reference in New Issue
Block a user
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?
If present in LDAP (and maybe activated via account settings first), encrypt all unencrypted incoming email for the receiving user's public key.
Links/inspiration:
Posteo had opensourced their Dovecot plugin for encrypting the mail storage with a user's password, but it's all one upload from 10 years ago:
https://github.com/posteo/scrambler-plugin
This would be in addition to encrypting emails, and a provider could just choose, or be forced to, intercept the password to unencrypt the mailboxes, of course. Without a custom client, there's not really any other way.