summaryrefslogtreecommitdiffstats
path: root/docs/applicationdomaintypes.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/applicationdomaintypes.md')
-rw-r--r--docs/applicationdomaintypes.md13
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
82Mailtransport Resource:
83 server [QByteArray]: The server address.
84 username [QByteArray]: The username.
85 password [QByteArray]: The password.
86```
87```no-highlight
82Account: 88Account:
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
93Identity:
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
88Some domain objects reference others, and that is often used to build hierarchies. 101Some domain objects reference others, and that is often used to build hierarchies.