Akonadi Mime
outboxactions.cpp
109 return item.attribute<DispatchModeAttribute>()->dispatchMode() == DispatchModeAttribute::Manual;
Attribute determining how and when a message from the outbox should be dispatched.
Definition dispatchmodeattribute.h:30
An Attribute to mark messages that failed to be sent.
Definition errorattribute.h:30
void setCacheOnly(bool cacheOnly)
void fetchAttribute(bool fetch=true)
void fetchFullPayload(bool fetch=true)
void clearFlag(const QByteArray &name)
bool hasAttribute() const
void setFlag(const QByteArray &name)
const T * attribute() const
void addAttribute(Attribute *attribute)
void removeAttribute()
Attribute determining which transport to use for sending a message.
Definition transportattribute.h:29
AKONADI_MIME_EXPORT const char HasError[]
The flag for a message being marked with an error.
Definition messageflags.cpp:18
AKONADI_MIME_EXPORT const char Queued[]
The flag for a message being marked as queued.
Definition messageflags.cpp:22
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 3 2025 11:58:46 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 3 2025 11:58:46 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.