mailtransport
sendmailjob.cpp
QStringList bcc() const
Returns the "Bcc" receiver(s) of the mail.
Definition: transportjob.cpp:99
QStringList cc() const
Returns the "Cc" receiver(s) of the mail.
Definition: transportjob.cpp:94
virtual void doStart()
Do the actual work, implement in your subclass.
Definition: sendmailjob.cpp:63
SendmailJob(Transport *transport, QObject *parent=0)
Creates a SendmailJob.
Definition: sendmailjob.cpp:45
Abstract base class for all mail transport jobs.
Definition: transportjob.h:41
Represents the settings of a specific mail transport.
Definition: transport.h:50
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.