summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2012-07-03 21:28:10 +0300
committerJohan Hedberg <johan.hedberg@intel.com>2012-07-18 15:12:33 +0300
commit9decbe87faf9d0c6d374e64e64a14e382ac07bae (patch)
tree0f9659bda622cd0c91695d4ac1ecab9f48bf1b74
parent3b264a952d0ca07d449e8a0eeeb95f2c9be9d42a (diff)
downloadobexd-9decbe87faf9d0c6d374e64e64a14e382ac07bae.tar.gz
client-doc: Add documentation of MessageAccess.GetMessageListing
-rw-r--r--doc/client-api.txt76
1 files changed, 76 insertions, 0 deletions
diff --git a/doc/client-api.txt b/doc/client-api.txt
index 5a960e1..6f7d13f 100644
--- a/doc/client-api.txt
+++ b/doc/client-api.txt
@@ -361,6 +361,82 @@ Methods void SetFolder(string name)
string Name : Folder name
+ array{object, dict} GetMessageListing(string folder, dict filter)
+
+ Returns an array containing the messages found in the
+ given folder.
+
+ Each message is represented by an object path followed
+ by a dictionary of the properties.
+
+ Properties:
+
+ string Handle:
+
+ Message handle
+
+ string Subject:
+
+ Message subject
+
+ string Timestamp:
+
+ Message timestamp
+
+ string Sender:
+
+ Message sender name
+
+ string SenderAddress:
+
+ Message sender address
+
+ string ReplyTo:
+
+ Message Reply-To address
+
+ string Recipient:
+
+ Message recipient name
+
+ string RecipientAddress:
+
+ Message recipient address
+
+ string Type:
+
+ Message type
+
+ Possible values: "EMAIL", "SMS_GSM",
+ "SMS_CDMA" and "MMS"
+
+ uint64 Size:
+
+ Message size in bytes
+
+ string Status:
+
+ Message reception status
+
+ Possible values: "complete",
+ "fractioned" and "notification"
+
+ boolean Priority:
+
+ Message priority flag
+
+ boolean Read:
+
+ Message read flag
+
+ boolean Sent:
+
+ Message sent flag
+
+ boolean Protected:
+
+ Message protected flag
+
Transfer hierarchy
==================