pEp mix network prototype in Python
===================================
This project is a prototype of the pEp mix network design 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://gitea.pep.foundation/juga/mixnet_docs/src/branch/master/source/Design/Proposal1/Design.rst.
.. _issue tracker: https://gitea.pep.foundation/pEp.foundation/pEpPythonMixnet/issues