Akonadi Mime
messagequeuejob.h
Attribute storing the From, To, Cc, Bcc addresses of a message.
Definition addressattribute.h:29
Attribute determining how and when a message from the outbox should be dispatched.
Definition dispatchmodeattribute.h:30
KMime::Message::Ptr message() const
Returns the message to be sent.
Definition messagequeuejob.cpp:135
DispatchModeAttribute & dispatchModeAttribute()
Returns a reference to the dispatch mode attribute for this message.
Definition messagequeuejob.cpp:140
Akonadi::AddressAttribute & addressAttribute()
Returns a reference to the address attribute for this message.
Definition messagequeuejob.cpp:145
void slotResult(KJob *) override
Called when the ItemCreateJob subjob finishes.
Definition messagequeuejob.cpp:180
void setMessage(const KMime::Message::Ptr &message)
Sets the message to be sent.
Definition messagequeuejob.cpp:165
TransportAttribute & transportAttribute()
Returns a reference to the transport attribute for this message.
Definition messagequeuejob.cpp:150
SentBehaviourAttribute & sentBehaviourAttribute()
Returns a reference to the sent behaviour attribute for this message.
Definition messagequeuejob.cpp:155
MessageQueueJob(QObject *parent=nullptr)
Creates a new MessageQueueJob.
Definition messagequeuejob.cpp:127
SentActionAttribute & sentActionAttribute()
Returns a reference to the sent action attribute for this message.
Definition messagequeuejob.cpp:160
An Attribute that stores the action to execute after sending.
Definition sentactionattribute.h:34
Attribute determining what will happen to a message after it is sent.
Definition sentbehaviourattribute.h:29
Attribute determining which transport to use for sending a message.
Definition transportattribute.h:29
KCompositeJob(QObject *parent=nullptr)
KJob(QObject *parent=nullptr)
QSharedPointer< Message > Ptr
Q_SCRIPTABLE Q_NOREPLY void start()
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
Q_SLOTSQ_SLOTS
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:56:08 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:56:08 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.