mailtransport
transportjob.cpp
48TransportJob::~ TransportJob()
Transport * transport() const
Returns the Transport object containing the mail transport settings.
Definition: transportjob.cpp:79
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:69
void setTo(const QStringList &to)
Sets the "To" receiver(s) of the mail.
Definition: transportjob.cpp:59
TransportJob(Transport *transport, QObject *parent=0)
Creates a new mail transport job.
Definition: transportjob.cpp:41
void setCc(const QStringList &cc)
Sets the "Cc" receiver(s) of the mail.
Definition: transportjob.cpp:64
Represents the settings of a specific mail transport.
Definition: transport.h:51
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.