requirements
This commit is contained in:
parent
9b86d14d6e
commit
e00bc3f33e
3 changed files with 12 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
.venv/
|
||||
|
|
@ -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
2
requirements.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
python-gnupg
|
||||
|
Loading…
Reference in a new issue