mailtransport
transportjob.cpp
void setTo(const QStringList &to)
Sets the "To" receiver(s) of the mail.
Definition: transportjob.cpp:59
void setBcc(const QStringList &bcc)
Sets the "Bcc" receiver(s) of the mail.
Definition: transportjob.cpp:69
QByteArray & buffer()
void setCc(const QStringList &cc)
Sets the "Cc" receiver(s) of the mail.
Definition: transportjob.cpp:64
virtual void doStart()=0
Do the actual work, implement in your subclass.
char * data()
Represents the settings of a specific mail transport.
Definition: transport.h:50
TransportJob(Transport *transport, QObject *parent=0)
Creates a new mail transport job.
Definition: transportjob.cpp:41
Transport * transport() const
Returns the Transport object containing the mail transport settings.
Definition: transportjob.cpp:79
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:49 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:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.