Messaging
Applications for message exchange among users.
Search & Filter
| Package | django-user-messages | django-postman | django-volatile-messages |
|---|---|---|---|
|
Description
|
Offline addon for
django.contrib.messages |
User-to-User messaging system
for Django, with gateway to AnonymousUser, moderation and th… |
Simply add a First message
system to help user when they are discovering your website |
|
Category
|
App | App | App |
|
Using This
|
0
|
23
|
0
|
|
Python 3?
|
Yes | Yes | Yes |
|
Dev Status
|
Production/Stable | Production/Stable | Beta |
|
Version (PyPI)
|
1.1.0 | 4.5 | 0.1 |
|
Stars
|
30 | 1 | 0 |
|
Forks
|
7 | 3 | 0 |
|
Commits
|
|
|
|
|
Updated
|
17 Jun 2025 | 10 Apr 2021 | 10 Dec 2017 |
|
License
|
MIT-License | Custom | BSD |
|
Links
|
|||
|
Feature Comparison
(click cells to edit)
|
|||
|
Visitor gateway
|
—
|
by email
|
—
|
|
Moderation
|
—
|
optional
custom auto-fcts |
—
|
|
Thread management
|
—
|
|
—
|
|
Folders
|
—
|
inbox, sent, trash,
archives |
—
|
|
Recipient filter
|
—
|
|
—
|
|
Exchange filter
|
—
|
|
—
|
|
New message notification
|
—
|
any, optional
|
—
|
|
Asynchronous mailer
|
—
|
any, optional
|
—
|
|
Auto-completed recipients
|
—
|
any, optional
|
—
|
|
Multiple recipients
|
—
|
+min/max
|
—
|
|
A
|
—
|
—
|
—
|
Offline addon for django.contrib.messages
User-to-User messaging system for Django, with gateway to AnonymousUser, moderation and thread management, user & exchange filters, auto-complete support.
custom auto-fcts
archives
Simply add a First message system to help user when they are discovering your website
Showing 3 of 12 packages in this grid.
Features Being Compared
Visitor gateway
A visitor (an anonymous User) can write to a User and get a reply
Moderation
Messages can be moderated.
Thread management
Messages can be grouped by threads.
Folders
Messages are classified by folders.
Recipient filter
Writing to some users can be prevented.
Exchange filter
Exchanges involving a {sender, recipient} couple can be prevented. Example: blacklist.
New message notification
Users can be notified of new events.
Asynchronous mailer
Delayed email transmission possibility.
Auto-completed recipients
The recipient field can be helped by an auto-completer add-on.
Multiple recipients
Messages can be written for more than one recipient.
A
ABAC