From 75f85f7b30dbd40010a3b1c4d4e8c418cc55cc29 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 12 Apr 2016 23:33:00 +0200 Subject: Added identity support --- docs/applicationdomaintypes.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'docs') 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: path [QString]: The path to the maildir. ``` ```no-highlight +Mailtransport Resource: + server [QByteArray]: The server address. + username [QByteArray]: The username. + password [QByteArray]: The password. +``` +```no-highlight Account: name [QString]: The name of the account. icon [QString]: The name of the icon of the account. ``` +```no-highlight +Identity: + name [QString]: The name of the identity. + username [QString]: The username. + address [QString]: The email address. + account [Account.id]: The identifier of the associated account. +``` ### References/Hierachies Some domain objects reference others, and that is often used to build hierarchies. -- cgit v1.2.3