pEp MixMailer prototype. See aditional documentation at https://mixmailer_docs.codeberg.page/ (source: https://gitea.pep.foundation/pEp.foundation/mixmailer_docs).
See slides at gitea.pep.foundation/pEp.foundation/mixmailer_slides
|
||
---|---|---|
docs | ||
gnunet | ||
mixnet | ||
scripts | ||
tests | ||
tmp | ||
.dockerignore | ||
.editorconfig | ||
.gitignore | ||
.gitlab-ci.yml | ||
.pre-commit-config.yaml | ||
CONTRIBUTING.md | ||
Dockerfile.gnunetpeer | ||
Dockerfile.mix | ||
LICENSE.rst | ||
README.rst | ||
docker-compose.old | ||
docker-compose.yml | ||
maintainers.rst | ||
notes.txt | ||
pyproject.toml | ||
pytest.ini | ||
run.old | ||
setup.cfg | ||
setup.py | ||
tox.ini |
README.rst
pEp MixMailer prototype in Python =================================== This project is a prototype of the pEp MixMailer project described in [Design]_ . It is composed by two subpackages: 1. ``client`` It encrypts an Email message several times as described in and send it to the first remailer. 2. ``remailer`` It decrypts an OpenPGP encrypted Email and sends it to the recipient(s) `in the decrypted Email. It is intented to run as Postfix pipe. Documentation ------------- See the ``docs`` directory. Issues ------ Please, report any bug or feature request at the `issue tracker`_. Contributing ------------ See ``CONTRIBUTING.md`` License ------- GPLv3 Authors ------- juga at riseup dot net [Design] https://mixmailer_docs.codeberg.page/Design/Proposal1.html. .. _issue tracker: https://gitea.pep.foundation/pEp.foundation/mixmailer/issues