mailtransport
MailTransport::ResourceSendJob Class Reference
#include <resourcesendjob_p.h>
Inheritance diagram for MailTransport::ResourceSendJob:

Public Member Functions | |
ResourceSendJob (Transport *transport, QObject *parent=0) | |
virtual | ~ResourceSendJob () |
![]() | |
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 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 an Akonadi resource-based transport.
This is a wrapper job that makes old applications work with resource-based transports. It calls the appropriate methods in MessageQueueJob, and emits result() as soon as the item is placed in the outbox, since there is no way of monitoring the progress from here.
- Deprecated:
- Use MessageQueueJob for placing messages in the outbox.
- Since
- 4.4
Definition at line 44 of file resourcesendjob_p.h.
Constructor & Destructor Documentation
Creates an ResourceSendJob.
- Parameters
-
transport The transport object to use. parent The parent object.
Definition at line 63 of file resourcesendjob.cpp.
|
virtual |
Destroys this job.
Definition at line 68 of file resourcesendjob.cpp.
Member Function Documentation
|
protectedvirtual |
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.