mailtransport
transportjob.cpp
QStringList bcc() const
Returns the "Bcc" receiver(s) of the mail.
Definition: transportjob.cpp:99
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
QStringList cc() const
Returns the "Cc" receiver(s) of the mail.
Definition: transportjob.cpp:94
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.
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
QStringList to() const
Returns the "To" receiver(s) of the mail.
Definition: transportjob.cpp:89
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-2013 The KDE developers.
Generated on Tue Nov 26 2013 09:03:01 by doxygen 1.8.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Nov 26 2013 09:03:01 by doxygen 1.8.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.