summaryrefslogtreecommitdiffstats
path: root/docs/applicationdomaintypes.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/applicationdomaintypes.md')
-rw-r--r--docs/applicationdomaintypes.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/applicationdomaintypes.md b/docs/applicationdomaintypes.md
index b0097a6..502a349 100644
--- a/docs/applicationdomaintypes.md
+++ b/docs/applicationdomaintypes.md
@@ -31,6 +31,7 @@ This is a proposed set of types that we will need to evolve into what we actuall
31 * Tag 31 * Tag
32 * Contact Group 32 * Contact Group
33 * Thread 33 * Thread
34 * Akonadi Resource
34 35
35#### Properties 36#### Properties
36```no-highlight 37```no-highlight
@@ -49,6 +50,22 @@ Event:
49 startDate: The start date of the event. 50 startDate: The start date of the event.
50 startTime: The start time of the event. Optional. 51 startTime: The start time of the event. Optional.
51``` 52```
53```no-highlight
54Mail:
55 uid: The message id.
56 subject: The subject of the email.
57 folder: The identifier of the parent folder.
58 date: The date of the email.
59 mimeMessage: A string containing the path to the mime message
60```
61```no-highlight
62Akonadi Resource:
63 type: The type of the resource.
64```
65```no-highlight
66Maildir Resource:
67 path: The path to the maildir.
68```
52 69
53### References/Hierachies 70### References/Hierachies
54Some domain objects reference others, and that is often used to build hierarchies. 71Some domain objects reference others, and that is often used to build hierarchies.