Returns the message list for this user. This is a list contacts which at the top has the user that the last conversation was with. This is an imitation of the iPhone SMS functionality.
Returns a conversation between two users
Compose a new message
Recipients: | String containing the usernames to whom the message is send to. Can be multiple username by seperating them with a + sign. |
---|---|
Parameters: |
|
Context
A POST to remove messages.
Parameters: | undo – A Boolean that if True unremoves messages. |
---|
POST can have the following keys:
- message_pks
- List of message id’s that should be deleted.
- next
- String containing the URI which to redirect to after the keys are removed. Redirect defaults to the inbox view.
The next value can also be supplied in the URI with ?next=<value>.