diff options
Diffstat (limited to 'framework/domain/mimetreeparser/interface.h')
-rw-r--r-- | framework/domain/mimetreeparser/interface.h | 3 |
1 files changed, 3 insertions, 0 deletions
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: | |||
101 | QString encodedContent(QByteArray charset) const; | 101 | QString encodedContent(QByteArray charset) const; |
102 | 102 | ||
103 | bool isFirstTextPart() const; | 103 | bool isFirstTextPart() const; |
104 | bool isFirstPart() const; | ||
104 | bool isTopLevelPart() const; | 105 | bool isTopLevelPart() const; |
105 | 106 | ||
107 | MailMime::Ptr parent() const; | ||
108 | |||
106 | private: | 109 | private: |
107 | std::unique_ptr<MailMimePrivate> d; | 110 | std::unique_ptr<MailMimePrivate> d; |
108 | 111 | ||