requirements

This commit is contained in:
revsuine 2024-11-04 16:31:40 +00:00
parent 9b86d14d6e
commit e00bc3f33e
Signed by: revsuine
GPG key ID: 3F257B68F5BC9339
3 changed files with 12 additions and 0 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
.venv/

View file

@ -16,6 +16,14 @@ Will encrypt all incoming mail with the `pid1@revsuine.xyz` PGP key.
TODO link my blog post when I make it fully explaining how to use as Sieve
filter.
I use this script on my own mail server so this should be maintained to work
with the up-to-date versions of Python and python-gnupg
# Requirements
* Python 3
* [python-gnupg](https://gnupg.readthedocs.io/en/latest/)
# Credits
* Julian Klode for the [original code](https://github.com/julian-klode/ansible.jak-linux.org/blob/dovecot/roles/mailserver/files/usr/local/lib/dovecot-sieve-filters/gpgmymail)

2
requirements.txt Normal file
View file

@ -0,0 +1,2 @@
python-gnupg