Metadata-Version: 2.4
Name: django-postman
Version: 4.6
Summary: User-to-User messaging system for Django, with gateway to AnonymousUser, moderation and thread management, user & exchange filters, inbox/sent/archives/trash folders, support for apps: auto-complete, notification, mailer.
Author-email: Patrick Samson <maxcom@laposte.net>
License-Expression: BSD-3-Clause
Project-URL: Repository, https://bitbucket.org/psam/django-postman
Keywords: django,messages,messaging,email,moderation
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Communications :: Email
Description-Content-Type: text/markdown
Requires-Dist: Django

# 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](https://django-postman.readthedocs.io).

Copyright (C) 2010, Patrick Samson\
This program is licensed under the BSD License (see the file LICENSE).
