Akonadi Mime
sentbehaviourattribute.cpp
16 SentBehaviourAttribute::SentBehaviour mBehaviour = SentBehaviourAttribute::MoveToDefaultSentCollection;
21SentBehaviourAttribute::SentBehaviourAttribute(SentBehaviour beh, const Collection &moveToCollection, bool sendSilently)
Attribute determining what will happen to a message after it is sent.
Definition sentbehaviourattribute.h:29
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
What to do with the item in the outbox after it has been sent successfully.
Definition sentbehaviourattribute.h:34
@ MoveToDefaultSentCollection
Move the item to the default sent-mail collection.
Definition sentbehaviourattribute.h:37
void setSentBehaviour(SentBehaviour beh)
Sets the sent-behaviour of the message.
Definition sentbehaviourattribute.cpp:97
void setSendSilently(bool sendSilently)
Set whether a notification should be shown after the email is sent.
Definition sentbehaviourattribute.cpp:117
bool sendSilently() const
Returns whether a notification should be shown after the email is sent.
Definition sentbehaviourattribute.cpp:112
SentBehaviour sentBehaviour() const
Returns the sent-behaviour of the message.
Definition sentbehaviourattribute.cpp:92
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.
Akonadi::Collection moveToCollection() const
Returns the collection to which the item should be moved after it is sent.
Definition sentbehaviourattribute.cpp:102
QByteArray mid(qsizetype pos, qsizetype len) const const
QByteArray number(double n, char format, int precision)
QList< QByteArray > split(char sep) const const
bool startsWith(QByteArrayView bv) const const
qlonglong toLongLong(bool *ok, int base) const const
bool isEmpty() const const
qsizetype size() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:32:40 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:32:40 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.