8
0
Fork
You've already forked mixmailer
0
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
  • Python 65.6%
  • Shell 34.4%
Find a file
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
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
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
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
README.rst Replace name and links 2021年01月29日 13:49:17 +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

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.

  1. 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