mailtransport
MailTransport::SendmailJob Class Reference
#include <sendmailjob.h>
Inheritance diagram for MailTransport::SendmailJob:

Public Member Functions | |
SendmailJob (Transport *transport, QObject *parent=0) | |
virtual | ~SendmailJob () |
![]() | |
virtual | ~TransportJob () |
void | setBcc (const QStringList &bcc) |
void | setCc (const QStringList &cc) |
void | setData (const QByteArray &data) |
void | setSender (const QString &sender) |
void | setTo (const QStringList &to) |
virtual void | start () |
Transport * | transport () const |
Protected Member Functions | |
virtual bool | doKill () |
virtual void | doStart () |
![]() | |
TransportJob (Transport *transport, QObject *parent=0) | |
QStringList | bcc () const |
QBuffer * | buffer () |
QStringList | cc () const |
QByteArray | data () const |
QString | sender () const |
QStringList | to () const |
Detailed Description
Mail transport job for sendmail.
- Deprecated:
- Use MessageQueueJob for sending e-mail.
Definition at line 40 of file sendmailjob.h.
Constructor & Destructor Documentation
Creates a SendmailJob.
- Parameters
-
transport The transport settings. parent The parent object.
Definition at line 45 of file sendmailjob.cpp.
|
virtual |
Destroys this job.
Definition at line 58 of file sendmailjob.cpp.
Member Function Documentation
|
protectedvirtual |
Do the actual work, implement in your subclass.
Implements MailTransport::TransportJob.
Definition at line 63 of file sendmailjob.cpp.
The documentation for this class was generated from the following files:
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.