Akonadi::MDNStateAttribute

Search for usage in LXR

Akonadi::MDNStateAttribute Class Reference

#include <mdnstateattribute.h>

Inheritance diagram for Akonadi::MDNStateAttribute:

Public Types

enum  MDNSentState {
  MDNStateUnknown , MDNNone , MDNIgnore , MDNDisplayed ,
  MDNDeleted , MDNDispatched , MDNProcessed , MDNDenied ,
  MDNFailed
}
 
- Public Types inherited from Akonadi::Attribute
typedef QList< Attribute * > List
 

Public Member Functions

 MDNStateAttribute (const QByteArray &state)
 
 MDNStateAttribute (MDNSentState state=MDNStateUnknown)
 
 ~MDNStateAttribute () override
 
MDNStateAttributeclone () const override
 
void deserialize (const QByteArray &data) override
 
MDNStateAttribute::MDNSentState mdnState () const
 
bool operator== (const MDNStateAttribute &other) const
 
QByteArray serialized () const override
 
void setMDNState (MDNSentState state)
 
QByteArray type () const override
 

Detailed Description

An Attribute that keeps track of the MDN state of a mail message.

Once a mail that contains a Message Disposition Notification is processed, the outcome of the user action will be stored in this attribute.

Author
Leo Franchi lfran.nosp@m.chi@.nosp@m.kde.o.nosp@m.rg
See also
Akonadi::Attribute
Since
4.6

Definition at line 28 of file mdnstateattribute.h.

Member Enumeration Documentation

◆ MDNSentState

Describes the "MDN sent" state.

Enumerator
MDNStateUnknown 

The state is unknown.

MDNNone 

No MDN has been set.

MDNIgnore 

Ignore sending a MDN.

MDNDisplayed 

The message has been displayed by the UA to someone reading the recipient's mailbox.

MDNDeleted 

The message has been deleted.

MDNDispatched 

The message has been sent somewhere in some manner without necessarily having been previously displayed to the user.

MDNProcessed 

The message has been processed in some manner without being displayed to the user.

MDNDenied 

The recipient does not wish the sender to be informed of the message's disposition.

MDNFailed 

A failure occurred that prevented the proper generation of an MDN.

Definition at line 34 of file mdnstateattribute.h.

Constructor & Destructor Documentation

◆ MDNStateAttribute() [1/2]

MDNStateAttribute::MDNStateAttribute ( MDNSentState state = MDNStateUnknown)
explicit

Creates a new MDN state attribute.

Parameters
stateThe state the attribute will have.

Definition at line 102 of file mdnstateattribute.cpp.

◆ MDNStateAttribute() [2/2]

MDNStateAttribute::MDNStateAttribute ( const QByteArray & state)
explicit

Creates a new MDN state attribute.

Parameters
stateThe string representation of the state the attribute will have.

Definition at line 108 of file mdnstateattribute.cpp.

◆ ~MDNStateAttribute()

MDNStateAttribute::~MDNStateAttribute ( )
overridedefault

Destroys the MDN state attribute.

Member Function Documentation

◆ clone()

MDNStateAttribute * MDNStateAttribute::clone ( ) const
overridevirtual

Reimplemented from Attribute.

Implements Akonadi::Attribute.

Definition at line 116 of file mdnstateattribute.cpp.

◆ deserialize()

void MDNStateAttribute::deserialize ( const QByteArray & data)
overridevirtual

Reimplemented from Attribute.

Implements Akonadi::Attribute.

Definition at line 132 of file mdnstateattribute.cpp.

◆ mdnState()

MDNStateAttribute::MDNSentState MDNStateAttribute::mdnState ( ) const

Returns the MDN state.

Definition at line 142 of file mdnstateattribute.cpp.

◆ operator==()

bool MDNStateAttribute::operator== ( const MDNStateAttribute & other) const

Definition at line 147 of file mdnstateattribute.cpp.

◆ serialized()

QByteArray MDNStateAttribute::serialized ( ) const
overridevirtual

Reimplemented from Attribute.

Implements Akonadi::Attribute.

Definition at line 127 of file mdnstateattribute.cpp.

◆ setMDNState()

void MDNStateAttribute::setMDNState ( MDNSentState state)

Sets the MDN state.

Definition at line 137 of file mdnstateattribute.cpp.

◆ type()

QByteArray MDNStateAttribute::type ( ) const
overridevirtual

Reimplemented from Attribute.

Implements Akonadi::Attribute.

Definition at line 121 of file mdnstateattribute.cpp.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:21:09 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.