From 5880ba07757f85c41474d3eb6473facdcb468482 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 7 Apr 2016 12:09:39 +0200 Subject: 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. --- framework/domain/stringhtmlwriter.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'framework/domain/stringhtmlwriter.cpp') diff --git a/framework/domain/stringhtmlwriter.cpp b/framework/domain/stringhtmlwriter.cpp index b65c992f..88034492 100644 --- a/framework/domain/stringhtmlwriter.cpp +++ b/framework/domain/stringhtmlwriter.cpp @@ -136,6 +136,11 @@ void StringHtmlWriter::insertExtraHead() } } +QMap StringHtmlWriter::embeddedParts() const +{ + return mEmbeddedPartMap; +} + QString StringHtmlWriter::html() const { if (mState != Ended) { -- cgit v1.2.3