Akonadi Mime
sentbehaviourattribute.cpp
16 SentBehaviourAttribute::SentBehaviour mBehaviour = SentBehaviourAttribute::MoveToDefaultSentCollection;
21 SentBehaviourAttribute::SentBehaviourAttribute(SentBehaviour beh, const Collection &moveToCollection, bool sendSilently)
SentBehaviour
What to do with the item in the outbox after it has been sent successfully.
Definition: sentbehaviourattribute.h:34
bool sendSilently() const
Returns whether a notification should be shown after the email is sent.
Definition: sentbehaviourattribute.cpp:112
@ MoveToDefaultSentCollection
Move the item to the default sent-mail collection.
Definition: sentbehaviourattribute.h:37
QByteArray number(int n, int base)
QList< QByteArray > split(char sep) const const
qlonglong toLongLong(bool *ok, int base) const const
int size() const const
void setSendSilently(bool sendSilently)
Set whether a notification should be shown after the email is sent.
Definition: sentbehaviourattribute.cpp:117
Akonadi::Collection moveToCollection() const
Returns the collection to which the item should be moved after it is sent.
Definition: sentbehaviourattribute.cpp:102
QByteArray mid(int pos, int len) const const
bool startsWith(const QByteArray &ba) const const
bool isEmpty() const const
void setMoveToCollection(const Akonadi::Collection &moveToCollection)
Sets the collection to which the item should be moved after it is sent.
Definition: sentbehaviourattribute.cpp:107
SentBehaviour sentBehaviour() const
Returns the sent-behaviour of the message.
Definition: sentbehaviourattribute.cpp:92
void setSentBehaviour(SentBehaviour beh)
Sets the sent-behaviour of the message.
Definition: sentbehaviourattribute.cpp:97
Attribute determining what will happen to a message after it is sent.
Definition: sentbehaviourattribute.h:28
SentBehaviourAttribute(SentBehaviour beh=MoveToDefaultSentCollection, const Akonadi::Collection &moveToCollection=Akonadi::Collection(-1), bool sendSilently=false)
Creates a new SentBehaviourAttribute.
Definition: sentbehaviourattribute.cpp:21
~SentBehaviourAttribute() override
Destroys the SentBehaviourAttribute.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Dec 7 2023 04:11:43 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Dec 7 2023 04:11:43 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.