Akonadi Mime
mdnstateattribute.h
38 MDNDisplayed, ///< The message has been displayed by the UA to someone reading the recipient's mailbox.
40 MDNDispatched, ///< The message has been sent somewhere in some manner without necessarily having been previously displayed to the user.
41 MDNProcessed, ///< The message has been processed in some manner without being displayed to the user.
An Attribute that keeps track of the MDN state of a mail message.
Definition mdnstateattribute.h:29
@ MDNFailed
A failure occurred that prevented the proper generation of an MDN.
Definition mdnstateattribute.h:43
@ MDNDenied
The recipient does not wish the sender to be informed of the message's disposition.
Definition mdnstateattribute.h:42
@ MDNDispatched
The message has been sent somewhere in some manner without necessarily having been previously display...
Definition mdnstateattribute.h:40
@ MDNProcessed
The message has been processed in some manner without being displayed to the user.
Definition mdnstateattribute.h:41
@ MDNDisplayed
The message has been displayed by the UA to someone reading the recipient's mailbox.
Definition mdnstateattribute.h:38
~MDNStateAttribute() override
Destroys the MDN state attribute.
QByteArray serialized() const override
Reimplemented from Attribute.
Definition mdnstateattribute.cpp:127
MDNStateAttribute(MDNSentState state=MDNStateUnknown)
Creates a new MDN state attribute.
Definition mdnstateattribute.cpp:102
void deserialize(const QByteArray &data) override
Reimplemented from Attribute.
Definition mdnstateattribute.cpp:132
MDNStateAttribute::MDNSentState mdnState() const
Returns the MDN state.
Definition mdnstateattribute.cpp:142
MDNStateAttribute * clone() const override
Reimplemented from Attribute.
Definition mdnstateattribute.cpp:116
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:55:22 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:55:22 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.