gpg-email-helper/README.md
2024-02-27 19:37:34 -06:00

483 B

gpg-email-helper

This is just a little script to automatically find and import the public key used to sign an email. It will first check if the email itself contains the public key, and if it does not, then it will attempting to get the key from many keyservers.

Usage

Just run it with the email file, like this:

python3 ./gpg-email-helper.py ~/Mail/inbox/10

You can view the log at $XDG_DATA_HOME/gpg-email-helper/log or ~/.local/share/gpg-email-helper/log.