]> git.parisson.com Git - django-postman.git/commitdiff
typos
authorPatrick Samson <pk.samson@gmail.com>
Thu, 23 Dec 2010 19:54:55 +0000 (20:54 +0100)
committerPatrick Samson <pk.samson@gmail.com>
Thu, 23 Dec 2010 19:54:55 +0000 (20:54 +0100)
README

diff --git a/README b/README
index ee4a18631f5a0c744e5c5a556eae9bf1c3ce0b79..61f070779492f1a2037147180cf305a850bf7f02 100644 (file)
--- a/README
+++ b/README
@@ -6,16 +6,23 @@ 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 unveiled) can write to a User
-and get a reply (can be disabled by configuration)
-- Exchanges can be moderated (with auto-accept and auto-reject features)
-- Multi-recipients writing is possible (can be disabled by configuration)
+- 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 in threads
+- 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-select')
-- New-message notification (default is 'django-notification')
+- Autocomplete recipient field (default is 'django-ajax-selects'),
+  with multiple recipient management
+- New message notification (default is 'django-notification')
 - Asynchronous mailer (default is 'django-mailer')
 
 See the docs/ directory for Sphinx documentation.