Program to encrypt incoming emails with OpenPGP for the DDMail project.
Project description
What is ddmail_openpgp_encryptor
Program to encrypt incoming emails with OpenPGP for the ddmail project.
What is ddmail
DDMail is a e-mail system/service and e-mail provider with strong focus on security, privacy and anonymity. A current production example can be found at www.ddmail.se
Operating system
Developt for and tested on debian 12.
Installing using pip
pip install ddmail-openpgp-encryptor
Building and installing from source using hatchling.
Step 1: clone github repo
git clone https://github.com/drzobin/ddmail_openpgp_encryptor [code path]
cd [code path]
Step 2: Setup python virtual environments
python -m venv [venv path]
source [venv path]/bin/activate
Step 3: Install package and required dependencies
pip install -e .[dev]
Step 4: Build package
python -m pip install --upgrade build
python -m build
Packages is now located under [code path]/dist folder
Run
source [venv path]/bin/activate
ddmail_openpgp_encryptor --config-file [config file].ini