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
 
 
Go to file
nkls 0fb3a4869b worked on logging 2021-05-31 14:46:31 +02:00
docs added 5 gnunet only peers 2021-04-27 10:14:24 +02:00
gnunet worked on logging 2021-05-31 14:46:31 +02:00
mixnet fix: Add or remove logs 2020-10-07 16:31:15 +00:00
scripts worked on logging 2021-05-31 14:46:31 +02:00
tests chg: Update to new python adapter version 2020-10-07 16:31:08 +00:00
tmp added 5 gnunet only peers 2021-04-27 10:14:24 +02:00
.dockerignore Test mixnet running several docker containers 2020-05-11 09:54:04 +00:00
.editorconfig Add more identation conf for some files 2020-03-21 06:30:22 +00:00
.gitignore Initial import 2020-02-08 14:40:05 +00:00
.gitlab-ci.yml Use env var for gnunet image 2020-12-03 19:21:52 +00:00
.pre-commit-config.yaml Add pre-commit hook configuration 2020-03-21 10:49:59 +00:00
CONTRIBUTING.md Initial import 2020-02-08 14:40:05 +00:00
Dockerfile.gnunetpeer added network for gnunet peers 2021-04-27 11:49:15 +02:00
Dockerfile.mix all containers running with gnunet YAY 2021-04-27 15:47:17 +02:00
LICENSE.rst Initial import 2020-02-08 14:40:05 +00:00
README.rst Replace name and links 2021-01-29 13:49:17 +00:00
docker-compose.old added 5 gnunet only peers 2021-04-27 10:14:24 +02:00
docker-compose.yml worked on logging 2021-05-31 14:46:31 +02:00
maintainers.rst Initial import 2020-02-08 14:40:05 +00:00
notes.txt (kind of) finished mix registration test script 2021-04-08 18:07:59 +02:00
pyproject.toml Move from setup.py to setup.cfg 2020-03-21 08:27:53 +00:00
pytest.ini tests: Configure pytest to show log by default 2020-04-29 15:34:49 +00:00
run.old added 5 gnunet only peers 2021-04-27 10:14:24 +02:00
setup.cfg Add argument to set the SMTP server to use 2020-04-06 08:07:03 +00:00
setup.py Move from setup.py to setup.cfg 2020-03-21 08:27:53 +00:00
tox.ini Move coverage configuration to setup.cfg 2020-03-24 06:18:07 +00:00

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