diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-06-22 20:35:07 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-06-22 20:35:07 +0200 |
commit | 5dc6151910f5583d1abe559337a6cd89139b149e (patch) | |
tree | 9ff0e75dcb34ee003b5cc16b5a12df6b5068716d /framework/src/domain/mime/mailtemplates.h | |
parent | e754d1b038c16db15811c50d6035c6900626e478 (diff) | |
download | kube-5dc6151910f5583d1abe559337a6cd89139b149e.tar.gz kube-5dc6151910f5583d1abe559337a6cd89139b149e.zip |
Also load slightly more complex mails.
And convert simple html to plaintext.
Diffstat (limited to 'framework/src/domain/mime/mailtemplates.h')
-rw-r--r-- | framework/src/domain/mime/mailtemplates.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/src/domain/mime/mailtemplates.h b/framework/src/domain/mime/mailtemplates.h index db269c96..4f559bb6 100644 --- a/framework/src/domain/mime/mailtemplates.h +++ b/framework/src/domain/mime/mailtemplates.h | |||
@@ -26,4 +26,5 @@ | |||
26 | namespace MailTemplates | 26 | namespace MailTemplates |
27 | { | 27 | { |
28 | void reply(const KMime::Message::Ptr &origMsg, const std::function<void(const KMime::Message::Ptr &result)> &callback); | 28 | void reply(const KMime::Message::Ptr &origMsg, const std::function<void(const KMime::Message::Ptr &result)> &callback); |
29 | QString plaintextContent(const KMime::Message::Ptr &origMsg); | ||
29 | }; | 30 | }; |