summaryrefslogtreecommitdiffstats
path: root/framework/domain/stringhtmlwriter.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-04-07 12:09:39 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-04-07 12:15:33 +0200
commit5880ba07757f85c41474d3eb6473facdcb468482 (patch)
tree6d162874246c29d4234f628efd3a80efd8510b6a /framework/domain/stringhtmlwriter.h
parent5f2a3aa64cedc7f5517a1047dd699a286faf1898 (diff)
downloadkube-5880ba07757f85c41474d3eb6473facdcb468482.tar.gz
kube-5880ba07757f85c41474d3eb6473facdcb468482.zip
Replace the HTML view by a tree of QML views.
This allows us to do all the visual hints for the mail parts in qml, instead of HTML.
Diffstat (limited to 'framework/domain/stringhtmlwriter.h')
-rw-r--r--framework/domain/stringhtmlwriter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/domain/stringhtmlwriter.h b/framework/domain/stringhtmlwriter.h
index c1410d57..fa5b760e 100644
--- a/framework/domain/stringhtmlwriter.h
+++ b/framework/domain/stringhtmlwriter.h
@@ -53,6 +53,7 @@ public:
53 void extraHead(const QString &str) Q_DECL_OVERRIDE; 53 void extraHead(const QString &str) Q_DECL_OVERRIDE;
54 54
55 QString html() const; 55 QString html() const;
56 QMap<QByteArray, QUrl> embeddedParts() const;
56private: 57private:
57 void insertExtraHead(); 58 void insertExtraHead();
58 void resolveCidUrls(); 59 void resolveCidUrls();