From b40e6c476e54c5dab834c4d01936d1f7bc33c60e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20Knau=C3=9F?= Date: Wed, 12 Oct 2016 16:41:00 +0200 Subject: Make nested mails work with mailviewer --- framework/domain/mimetreeparser/interface.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'framework/domain/mimetreeparser/interface.h') diff --git a/framework/domain/mimetreeparser/interface.h b/framework/domain/mimetreeparser/interface.h index 67246f37..4b569546 100644 --- a/framework/domain/mimetreeparser/interface.h +++ b/framework/domain/mimetreeparser/interface.h @@ -101,8 +101,11 @@ public: QString encodedContent(QByteArray charset) const; bool isFirstTextPart() const; + bool isFirstPart() const; bool isTopLevelPart() const; + MailMime::Ptr parent() const; + private: std::unique_ptr d; -- cgit v1.2.3