MessageComposer
MessageComposer Namespace Reference
Namespaces | |
namespace | SendLaterUtil |
Enumerations | |
enum | MDNAdvice : uint8_t { MDNIgnore , MDNSendDenied , MDNSend } |
enum | ReplyStrategy : uint8_t { ReplySmart = 0 , ReplyAuthor , ReplyList , ReplyAll , ReplyNone } |
enum | ResolverResult : uint8_t { Failure = 0 , Ok = 1 , Canceled = 2 } |
Functions | |
void MESSAGECOMPOSER_EXPORT | removeDraftCryptoHeaders (const KMime::Message::Ptr &msg) |
Detailed Description
Simple interface that both EncryptJob and SignEncryptJob implement so the composer can extract some encryption-specific job info from them.
Enumeration Type Documentation
◆ MDNAdvice
enum MessageComposer::MDNAdvice : uint8_t |
Definition at line 38 of file messagefactoryng.h.
◆ ReplyStrategy
enum MessageComposer::ReplyStrategy : uint8_t |
Enumeration that defines the available reply "modes".
Definition at line 30 of file messagefactoryng.h.
◆ ResolverResult
enum MessageComposer::ResolverResult : uint8_t |
Definition at line 36 of file keyresolver.h.
Function Documentation
◆ removeDraftCryptoHeaders()
void MessageComposer::removeDraftCryptoHeaders | ( | const KMime::Message::Ptr & | msg | ) |
Definition at line 13 of file draftstatus.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Sat Dec 21 2024 16:59:13 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Sat Dec 21 2024 16:59:13 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.