summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/applicationdomaintypes.md21
1 files changed, 20 insertions, 1 deletions
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:
56``` 56```
57```no-highlight 57```no-highlight
58Mail: 58Mail:
59 uid [QByteArray]: The message id. 59 messageId [QByteArray]: The message id.
60 subject [QString]: The subject of the email. 60 subject [QString]: The subject of the email.
61 folder [MailFolder.id]: The parent folder. 61 folder [MailFolder.id]: The parent folder.
62 date [QDateTime]: The date of the email. 62 date [QDateTime]: The date of the email.
@@ -67,6 +67,25 @@ Mail Folder:
67 parent [MailFolder.id]: The parent folder. 67 parent [MailFolder.id]: The parent folder.
68 name [QString]: The user visible name of the folder. 68 name [QString]: The user visible name of the folder.
69 icon [QString]: The name of the icon of the folder. 69 icon [QString]: The name of the icon of the folder.
70 lastUpdated [QDateTime]: time of last successful update.
71 count [int]: Number of messages available on the server.
72 fullDataAvailable [bool]: Inidicates whether the local dataset is complete.
73```
74```no-highlight
75Contact:
76 uid [QByteArray]: The contact uid.
77 fn [QString]: The full name.
78 firstName [QString]: The first name.
79 lastName [QString]: The last name.
80 addressbook [Addressbook.id]: The parent addressbook.
81 emails [Email]: The availale email addresses.
82```
83```no-highlight
84Addressbook:
85 parent [Addressbook.id]: The parent addressbook.
86 name [QString]: The user visible name of the addressbook.
87 icon [QString]: The name of the icon of the addressbook.
88 lastUpdated [QDateTime]: time of last successful update.
70``` 89```
71```no-highlight 90```no-highlight
72Sink Resource: 91Sink Resource: