From: Christian Fetzer <christian.fetzer@xxxxxxxxxxxx> The folder property of ListMessages does not accept path information, it allows only to request the messages of a subfolder of the current folder. --- doc/obex-api.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/obex-api.txt b/doc/obex-api.txt index 0a8e632..28343f6 100644 --- a/doc/obex-api.txt +++ b/doc/obex-api.txt @@ -538,7 +538,8 @@ Methods void SetFolder(string name) array{object, dict} ListMessages(string folder, dict filter) Returns an array containing the messages found in the - given folder. + given subfolder of the current folder, or in the + current folder if folder is empty. Possible Filters: Offset, MaxCount, SubjectLength, Fields, Type, PeriodStart, PeriodEnd, Status, Recipient, Sender, -- 1.8.3.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html