Django Postman
This is an application for the Django web framework.
It provides a messaging functionality, mainly for a User-to-User exchange, and with these convenient features:
- A non-User (email is undisclosed) can write to a User and get a reply (can be disabled by configuration)
- Exchanges can be moderated (with auto-accept and auto-reject plug-ins)
- Optional recipient filter plug-ins
- Optional exchange filtering plug-ins (blacklists)
- Multi-recipient writing is possible (can be disabled by configuration) with min/max constraints
- Messages are managed by conversations
- Messages in folders are sortable by sender|recipient|subject|date
- 'Archives' folder in addition to classic Inbox, Sent and Trash folders
- A Quick-Reply form to only ask for a response text
- A cleanup management command to clear the old deleted messages
It has support for optional additional applications:
- Autocomplete recipient field (default is 'django-ajax-selects'), with multiple recipient management
- New-message notification (default is 'pinax-notifications')
- Asynchronous mailer (default is 'django-mailer')
See the docs/ directory for Sphinx documentation.
For example, build the HTML version with >make html
and open docs/_build/html/index.html or consult ReadTheDocs.
Copyright (C) 2010, Patrick Samson
This program is licensed under the BSD License (see the file LICENSE).
Release files for django-postman 4.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django_postman-4.6.tar.gz | 197.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_postman-4.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 467.3 kB
Release files / django_postman-4.6.tar.gz
| Download URL | django_postman-4.6.tar.gz |
|---|---|
| Size | 197.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
962172aaadf9c091bf17de28715c2c3ed19efd0b2220621758f2c3bc0ff7491f
|
|
BLAKE2b-256 checksum How to use checksums |
f9cab752e45abe9893d3fe9aed15d6fe1ee52afa2f85668a69e8a02887be50ee
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / django_postman-4.6-py3-none-any.whl
| Download URL | django_postman-4.6-py3-none-any.whl |
|---|---|
| Size | 269.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5323e6e1a0845e26a230378b232552f1be385f8df1981f7a41687ff65829e9f2
|
|
BLAKE2b-256 checksum How to use checksums |
dbaff327c5c766b2526090a35bd87d2215da3ec39cc86d465e26e343163478a4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|