diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-12-15 13:43:47 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-12-15 13:43:47 +0100 |
commit | 62d74778fa315091c5f0b99093bd806a1ccd7a79 (patch) | |
tree | 8ba309353d0ed1f1854a7b7d807ca6c0619381ce /docs/applicationdomaintypes.md | |
parent | c1a43cf6dabe29bc15186f8062ceeeee4ae77993 (diff) | |
download | sink-62d74778fa315091c5f0b99093bd806a1ccd7a79.tar.gz sink-62d74778fa315091c5f0b99093bd806a1ccd7a79.zip |
Docs
Diffstat (limited to 'docs/applicationdomaintypes.md')
-rw-r--r-- | docs/applicationdomaintypes.md | 17 |
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 | ||
54 | Mail: | ||
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 | ||
62 | Akonadi Resource: | ||
63 | type: The type of the resource. | ||
64 | ``` | ||
65 | ```no-highlight | ||
66 | Maildir Resource: | ||
67 | path: The path to the maildir. | ||
68 | ``` | ||
52 | 69 | ||
53 | ### References/Hierachies | 70 | ### References/Hierachies |
54 | Some domain objects reference others, and that is often used to build hierarchies. | 71 | Some domain objects reference others, and that is often used to build hierarchies. |