MailTransport
transportjob.h
KCompositeJob(QObject *parent=nullptr)
TransportJob(Transport *transport, QObject *parent=nullptr)
Creates a new mail transport job.
Definition transportjob.cpp:29
Transport * transport() const
Returns the Transport object containing the mail transport settings.
Definition transportjob.cpp:67
virtual void doStart()=0
Do the actual work, implement in your subclass.
void setBcc(const QStringList &bcc)
Sets the "Bcc" receiver(s) of the mail.
Definition transportjob.cpp:57
void setTo(const QStringList &to)
Sets the "To" receiver(s) of the mail.
Definition transportjob.cpp:47
bool deliveryStatusNotification() const
Returns true if DSN is enabled.
Definition transportjob.cpp:113
void setDeliveryStatusNotification(bool enabled)
Sets the content of the mail.
Definition transportjob.cpp:72
void setCc(const QStringList &cc)
Sets the "Cc" receiver(s) of the mail.
Definition transportjob.cpp:52
Represents the settings of a specific mail transport.
Definition transport.h:33
Q_SCRIPTABLE Q_NOREPLY void start()
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
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:53:49 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:53:49 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.