From e00bc3f33e40256817c64ce1e0e09722b07c6fa0 Mon Sep 17 00:00:00 2001 From: revsuine Date: Mon, 4 Nov 2024 16:31:40 +0000 Subject: [PATCH] requirements --- .gitignore | 2 ++ README.md | 8 ++++++++ requirements.txt | 2 ++ 3 files changed, 12 insertions(+) create mode 100644 .gitignore create mode 100644 requirements.txt diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..def4cc9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.venv/ + diff --git a/README.md b/README.md index 0a3e0a4..18e6fcb 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..1a049b0 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +python-gnupg +