diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-24 13:18:57 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-24 13:18:57 +0100 |
commit | 24eec910e0098151f5c36f88c4337b4ebbca2c0b (patch) | |
tree | bcd3a8891a90420019eb2d6e651830396a75a832 /docs | |
parent | e569a96e2c68954e9eacbe84ecc7963e462d1f0f (diff) | |
download | kube-24eec910e0098151f5c36f88c4337b4ebbca2c0b.tar.gz kube-24eec910e0098151f5c36f88c4337b4ebbca2c0b.zip |
Send mail from the composer
Diffstat (limited to 'docs')
-rw-r--r-- | docs/requirements.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/requirements.md b/docs/requirements.md index 22de0cb5..a70965a7 100644 --- a/docs/requirements.md +++ b/docs/requirements.md | |||
@@ -57,6 +57,18 @@ Currently available dependencies: | |||
57 | 57 | ||
58 | * GCC 4.6.3 / MSVC 2013 | 58 | * GCC 4.6.3 / MSVC 2013 |
59 | * Qt 5.2 | 59 | * Qt 5.2 |
60 | * kf5-kpackage | ||
61 | ** Used as installation format for all qml parts. Intended to serve as abstraction layer to allow replacing certain modules on differnet platforms/formfactors. | ||
62 | * kf5-kcodecs | ||
63 | ** dependency of kmime, email address handling (KEmailAddress) | ||
64 | * kf5-kmime | ||
65 | ** Parsing and assembling of mails | ||
66 | * libcurl 7.20 | ||
67 | ** mailtransport | ||
68 | * libkleo | ||
69 | ** crypto-stack, currently only gpg | ||
70 | * libotp | ||
71 | ** parsing and html rendering of emails | ||
60 | 72 | ||
61 | # Codebase | 73 | # Codebase |
62 | 74 | ||