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
bool startsWith(const QByteArray &ba) const
Delete the item from the outbox.
Definition: sentbehaviourattribute.h:45
QByteArray number(int n, int base)
SentBehaviour sentBehaviour() const
Returns the sent-behaviour of the message.
Definition: sentbehaviourattribute.cpp:86
Move the item to a custom collection.
Definition: sentbehaviourattribute.h:46
virtual ~SentBehaviourAttribute()
Destroys the SentBehaviourAttribute.
Definition: sentbehaviourattribute.cpp:42
void setMoveToCollection(Akonadi::Collection moveToCollection)
Sets the collection to which the item should be moved after it is sent.
Definition: sentbehaviourattribute.cpp:101
QByteArray mid(int pos, int len) const
Akonadi::Collection moveToCollection() const
Returns the collection to which the item should be moved after it is sent.
Definition: sentbehaviourattribute.cpp:96
qlonglong toLongLong(bool *ok, int base) const
SentBehaviourAttribute(SentBehaviour beh=MoveToDefaultSentCollection, Akonadi::Collection moveToCollection=Akonadi::Collection(-1))
Creates a new SentBehaviourAttribute.
Definition: sentbehaviourattribute.cpp:35
void setSentBehaviour(SentBehaviour beh)
Sets the sent-behaviour of the message.
Definition: sentbehaviourattribute.cpp:91
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:48 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:48 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.