diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-04-12 23:33:00 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-04-12 23:33:00 +0200 |
commit | 75f85f7b30dbd40010a3b1c4d4e8c418cc55cc29 (patch) | |
tree | cdbbedba9b0224e31a9860337a46e0f4ae5ad650 /docs | |
parent | 41782ea2be02cc92cf9e7eabc455ff2f14357236 (diff) | |
download | sink-75f85f7b30dbd40010a3b1c4d4e8c418cc55cc29.tar.gz sink-75f85f7b30dbd40010a3b1c4d4e8c418cc55cc29.zip |
Added identity support
Diffstat (limited to 'docs')
-rw-r--r-- | docs/applicationdomaintypes.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/applicationdomaintypes.md b/docs/applicationdomaintypes.md index 56e3032..09fec9f 100644 --- a/docs/applicationdomaintypes.md +++ b/docs/applicationdomaintypes.md | |||
@@ -79,10 +79,23 @@ Maildir Resource: | |||
79 | path [QString]: The path to the maildir. | 79 | path [QString]: The path to the maildir. |
80 | ``` | 80 | ``` |
81 | ```no-highlight | 81 | ```no-highlight |
82 | Mailtransport Resource: | ||
83 | server [QByteArray]: The server address. | ||
84 | username [QByteArray]: The username. | ||
85 | password [QByteArray]: The password. | ||
86 | ``` | ||
87 | ```no-highlight | ||
82 | Account: | 88 | Account: |
83 | name [QString]: The name of the account. | 89 | name [QString]: The name of the account. |
84 | icon [QString]: The name of the icon of the account. | 90 | icon [QString]: The name of the icon of the account. |
85 | ``` | 91 | ``` |
92 | ```no-highlight | ||
93 | Identity: | ||
94 | name [QString]: The name of the identity. | ||
95 | username [QString]: The username. | ||
96 | address [QString]: The email address. | ||
97 | account [Account.id]: The identifier of the associated account. | ||
98 | ``` | ||
86 | 99 | ||
87 | ### References/Hierachies | 100 | ### References/Hierachies |
88 | Some domain objects reference others, and that is often used to build hierarchies. | 101 | Some domain objects reference others, and that is often used to build hierarchies. |