Remailer support
With this feature, uffd can be configured to hide mail addresses of users from certain services while still allowing the services to send mails to the users. To these services uffd returns special remailer addresses instead of the real mail addresses. When a service sends an email to a remailer address the mail server queries uffd's API and replaces the remailer address with the real mail address in both envelope and headers. This feature requires additional mail server configuration (Postfix canonical_maps) and support in uffd-socketmapd.
Showing
- README.md 1 addition, 0 deletionsREADME.md
- debian/control 1 addition, 0 deletionsdebian/control
- setup.py 1 addition, 1 deletionsetup.py
- tests/test_api.py 52 additions, 1 deletiontests/test_api.py
- tests/test_oauth2.py 13 additions, 3 deletionstests/test_oauth2.py
- tests/test_user.py 132 additions, 1 deletiontests/test_user.py
- uffd/api/models.py 1 addition, 0 deletionsuffd/api/models.py
- uffd/api/views.py 17 additions, 3 deletionsuffd/api/views.py
- uffd/default_config.cfg 15 additions, 0 deletionsuffd/default_config.cfg
- uffd/migrations/versions/704d1245331c_remailer_setting_and_api_permission.py 72 additions, 0 deletions...sions/704d1245331c_remailer_setting_and_api_permission.py
- uffd/oauth2/views.py 1 addition, 1 deletionuffd/oauth2/views.py
- uffd/service/models.py 2 additions, 0 deletionsuffd/service/models.py
- uffd/service/templates/service/api.html 13 additions, 0 deletionsuffd/service/templates/service/api.html
- uffd/service/templates/service/show.html 15 additions, 1 deletionuffd/service/templates/service/show.html
- uffd/service/views.py 2 additions, 0 deletionsuffd/service/views.py
- uffd/translations/de/LC_MESSAGES/messages.mo 0 additions, 0 deletionsuffd/translations/de/LC_MESSAGES/messages.mo
- uffd/translations/de/LC_MESSAGES/messages.po 36 additions, 22 deletionsuffd/translations/de/LC_MESSAGES/messages.po
- uffd/user/models.py 87 additions, 0 deletionsuffd/user/models.py
- uffd/user/views_user.py 2 additions, 1 deletionuffd/user/views_user.py
Loading
Please register or sign in to comment