mailtransport
dispatchmodeattribute.cpp
void setDispatchMode(DispatchMode mode)
Sets the dispatch mode for the message.
Definition: dispatchmodeattribute.cpp:99
bool startsWith(const QByteArray &ba) const
Attribute determining how and when a message from the outbox should be dispatched.
Definition: dispatchmodeattribute.h:39
DispatchMode dispatchMode() const
Returns the dispatch mode for the message.
Definition: dispatchmodeattribute.cpp:94
void setSendAfter(const QDateTime &date)
Sets the date and time when the message should be sent.
Definition: dispatchmodeattribute.cpp:109
DispatchModeAttribute(DispatchMode mode=Automatic)
Creates a new DispatchModeAttribute.
Definition: dispatchmodeattribute.cpp:36
QByteArray mid(int pos, int len) const
QDateTime fromString(const QString &string, Qt::DateFormat format)
QDateTime sendAfter() const
Returns the date and time when the message should be sent.
Definition: dispatchmodeattribute.cpp:104
Send message as soon as possible, but no earlier than specified by setSendAfter() ...
Definition: dispatchmodeattribute.h:46
QString fromLatin1(const char *str, int size)
Send message only when the user requests so.
Definition: dispatchmodeattribute.h:48
virtual ~DispatchModeAttribute()
Destroys the DispatchModeAttribute.
Definition: dispatchmodeattribute.cpp:42
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.