From 1fe0ab05ae2bfe6505736f598bd535a71fb86a6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20Knau=C3=9F?= Date: Mon, 17 Oct 2016 15:35:49 +0200 Subject: replace cid links with actuall content of the images --- framework/domain/mimetreeparser/interface.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'framework/domain/mimetreeparser/interface.h') diff --git a/framework/domain/mimetreeparser/interface.h b/framework/domain/mimetreeparser/interface.h index cc6c68d2..f88271af 100644 --- a/framework/domain/mimetreeparser/interface.h +++ b/framework/domain/mimetreeparser/interface.h @@ -100,6 +100,8 @@ public: // overwrite default charset with given charset QString encodedContent(QByteArray charset) const; + QByteArray decodedContent() const; + bool isFirstTextPart() const; bool isFirstPart() const; bool isTopLevelPart() const; -- cgit v1.2.3