mailtransport
sentbehaviourattribute.cpp
SentBehaviour
What to do with the item in the outbox after it has been sent successfully.
Definition: sentbehaviourattribute.h:44
Attribute determining what will happen to a message after it is sent.
Definition: sentbehaviourattribute.h:38
Move the item to the default sent-mail collection.
Definition: sentbehaviourattribute.h:47
Delete the item from the outbox.
Definition: sentbehaviourattribute.h:45
SentBehaviour sentBehaviour() const
Returns the sent-behaviour of the message.
Definition: sentbehaviourattribute.cpp:87
Move the item to a custom collection.
Definition: sentbehaviourattribute.h:46
virtual ~SentBehaviourAttribute()
Destroys the SentBehaviourAttribute.
Definition: sentbehaviourattribute.cpp:43
void setMoveToCollection(Akonadi::Collection moveToCollection)
Sets the collection to which the item should be moved after it is sent.
Definition: sentbehaviourattribute.cpp:102
Akonadi::Collection moveToCollection() const
Returns the collection to which the item should be moved after it is sent.
Definition: sentbehaviourattribute.cpp:97
SentBehaviourAttribute(SentBehaviour beh=MoveToDefaultSentCollection, Akonadi::Collection moveToCollection=Akonadi::Collection(-1))
Creates a new SentBehaviourAttribute.
Definition: sentbehaviourattribute.cpp:36
void setSentBehaviour(SentBehaviour beh)
Sets the sent-behaviour of the message.
Definition: sentbehaviourattribute.cpp:92
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Nov 26 2013 09:03:01 by doxygen 1.8.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Nov 26 2013 09:03:01 by doxygen 1.8.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.