This interface provides access to the list of messages.
org.freesmartphone.PIM.Messages
Description: Add a new message to the default message backend.
The data of the message.
The path of the newly added message.
Description: Add a new message to the default message backend and notify client about incoming message.
The data of the message.
The path of the newly added message.
Description: Query the content of a single field of one message.
The query.
s: fieldThe name of the field to return the value for.
The value of the queried field.
Description: Query a list of messages.
The query.
The path for the started query.
Description: Get the amount of unread incoming messages.
Amount of unread messages
Description: Sent when a new message is loaded.
The path of the newly loaded message.
Description: Sent when a incoming message arrives.
The path of the newly arrived incoming message.
Description: Sent when amount of unread incoming messages changes.
Amount of unread incoming messages.
Description: Sent whenever a message has been updated.
The DBus path of the message that was updated.
a{sv]: message_dataThe data that was changed for the message.
Description: Sent whenever a message has been deleted.
The DBus path of the message that has been deleted.