diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-06-06 00:27:24 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-06-06 00:27:24 +0200 |
commit | 37983d97ec0eb03845f11eb03f429174acfd327b (patch) | |
tree | 9dbb5cdf8bbc463b43d38f45353b80b0f8ad7fe7 /framework/src/domain/mime/mimetreeparser/messagepart.h | |
parent | e98793cb59a1f29fe3b6980e0af3a48ed049024d (diff) | |
download | kube-37983d97ec0eb03845f11eb03f429174acfd327b.tar.gz kube-37983d97ec0eb03845f11eb03f429174acfd327b.zip |
A simplistic security border
Still a bit obnoxious and doesn't really convey a whole lot of
information. Consider it a stub for now
Diffstat (limited to 'framework/src/domain/mime/mimetreeparser/messagepart.h')
-rw-r--r-- | framework/src/domain/mime/mimetreeparser/messagepart.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/framework/src/domain/mime/mimetreeparser/messagepart.h b/framework/src/domain/mime/mimetreeparser/messagepart.h index 9fe34c3b..dd3a842f 100644 --- a/framework/src/domain/mime/mimetreeparser/messagepart.h +++ b/framework/src/domain/mime/mimetreeparser/messagepart.h | |||
@@ -112,6 +112,9 @@ public: | |||
112 | 112 | ||
113 | KMime::Content *node() const; | 113 | KMime::Content *node() const; |
114 | 114 | ||
115 | virtual KMMsgSignatureState signatureState() const; | ||
116 | virtual KMMsgEncryptionState encryptionState() const; | ||
117 | |||
115 | QVector<SignedMessagePart*> signatures() const; | 118 | QVector<SignedMessagePart*> signatures() const; |
116 | QVector<EncryptedMessagePart*> encryptions() const; | 119 | QVector<EncryptedMessagePart*> encryptions() const; |
117 | 120 | ||
@@ -178,8 +181,8 @@ public: | |||
178 | TextMessagePart(MimeTreeParser::ObjectTreeParser *otp, KMime::Content *node); | 181 | TextMessagePart(MimeTreeParser::ObjectTreeParser *otp, KMime::Content *node); |
179 | virtual ~TextMessagePart(); | 182 | virtual ~TextMessagePart(); |
180 | 183 | ||
181 | KMMsgSignatureState signatureState() const; | 184 | KMMsgSignatureState signatureState() const Q_DECL_OVERRIDE; |
182 | KMMsgEncryptionState encryptionState() const; | 185 | KMMsgEncryptionState encryptionState() const Q_DECL_OVERRIDE; |
183 | 186 | ||
184 | private: | 187 | private: |
185 | void parseContent(); | 188 | void parseContent(); |