Messagelib
mimetreeparser/src/messagepart.h
154 MimeMessagePart(MimeTreeParser::ObjectTreeParser *otp, KMime::Content *node, bool onlyOneMimePart);
196 TextMessagePart(MimeTreeParser::ObjectTreeParser *otp, KMime::Content *node, bool decryptMessage);
230 AttachmentMessagePart(MimeTreeParser::ObjectTreeParser *otp, KMime::Content *node, bool decryptMessage);
241 HtmlMessagePart(MimeTreeParser::ObjectTreeParser *otp, KMime::Content *node, MimeTreeParser::Interface::ObjectTreeSource *source);
264 AlternativeMessagePart(MimeTreeParser::ObjectTreeParser *otp, KMime::Content *node, Util::HtmlMode preferredMode);
297 CertMessagePart(MimeTreeParser::ObjectTreeParser *otp, KMime::Content *node, const QGpgME::Protocol *cryptoProto, bool autoImport);
317 EncapsulatedRfc822MessagePart(MimeTreeParser::ObjectTreeParser *otp, KMime::Content *node, const KMime::Message::Ptr &message);
341 EncryptedMessagePart(ObjectTreeParser *otp, const QString &text, const QGpgME::Protocol *cryptoProto, const QString &fromAddress, KMime::Content *node);
370 const std::vector<std::pair<GpgME::DecryptionResult::Recipient, GpgME::Key>> &decryptRecipients() const;
381 * if used in async mode, check if mMetaData.inPogress is true, it initiates a running decryption process.
407 SignedMessagePart(ObjectTreeParser *otp, const QString &text, const QGpgME::Protocol *cryptoProto, const QString &fromAddress, KMime::Content *node);
415 void startVerificationDetached(const QByteArray &text, KMime::Content *textNode, const QByteArray &signature);
437 * If used in async mode, check if mMetaData.inProgress is true, it initiates a running verification process.
439 [[nodiscard]] bool okVerify(const QByteArray &data, const QByteArray &signature, KMime::Content *textNode);
The AlternativeMessagePart class.
Definition: mimetreeparser/src/messagepart.h:259
The HtmlMessagePart class.
Definition: mimetreeparser/src/messagepart.h:236
The EncryptedMessagePart class.
Definition: mimetreeparser/src/messagepart.h:332
The CertMessagePart class.
Definition: mimetreeparser/src/messagepart.h:292
Parses messages and generates HTML display code out of them.
Definition: objecttreeparser.h:245
Interface for object tree sources.
Definition: objecttreesource.h:32
The EncapsulatedRfc822MessagePart class.
Definition: mimetreeparser/src/messagepart.h:312
Protocol
The AttachmentMessagePart class.
Definition: mimetreeparser/src/messagepart.h:225
The MimeMessagePart class.
Definition: mimetreeparser/src/messagepart.h:149
The MessagePartList class.
Definition: mimetreeparser/src/messagepart.h:168
interface of classes that implement status for BodyPartFormatters.
Definition: bodypart.h:33
The TextMessagePart class.
Definition: mimetreeparser/src/messagepart.h:186
The SignedMessagePart class.
Definition: mimetreeparser/src/messagepart.h:401
QString message
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Dec 3 2023 03:57:07 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Dec 3 2023 03:57:07 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.