From e1430017eb60976610f4963cd770116a4a486c2e Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 23 Mar 2017 14:02:15 +0100 Subject: New properties --- docs/applicationdomaintypes.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/applicationdomaintypes.md b/docs/applicationdomaintypes.md index 09fec9f..48fe17c 100644 --- a/docs/applicationdomaintypes.md +++ b/docs/applicationdomaintypes.md @@ -56,7 +56,7 @@ Event: ``` ```no-highlight Mail: - uid [QByteArray]: The message id. + messageId [QByteArray]: The message id. subject [QString]: The subject of the email. folder [MailFolder.id]: The parent folder. date [QDateTime]: The date of the email. @@ -67,6 +67,25 @@ Mail Folder: parent [MailFolder.id]: The parent folder. name [QString]: The user visible name of the folder. icon [QString]: The name of the icon of the folder. + lastUpdated [QDateTime]: time of last successful update. + count [int]: Number of messages available on the server. + fullDataAvailable [bool]: Inidicates whether the local dataset is complete. +``` +```no-highlight +Contact: + uid [QByteArray]: The contact uid. + fn [QString]: The full name. + firstName [QString]: The first name. + lastName [QString]: The last name. + addressbook [Addressbook.id]: The parent addressbook. + emails [Email]: The availale email addresses. +``` +```no-highlight +Addressbook: + parent [Addressbook.id]: The parent addressbook. + name [QString]: The user visible name of the addressbook. + icon [QString]: The name of the icon of the addressbook. + lastUpdated [QDateTime]: time of last successful update. ``` ```no-highlight Sink Resource: -- cgit v1.2.3