MailTransport::ResourceSendJob Class Reference
Mail transport job for an Akonadi resource-based transport. More...
#include <resourcesendjob_p.h>
Inheritance diagram for MailTransport::ResourceSendJob:

Public Member Functions | |
ResourceSendJob (Transport *transport, QObject *parent=0) | |
virtual | ~ResourceSendJob () |
Protected Member Functions | |
virtual void | doStart () |
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
ResourceSendJob::ResourceSendJob | ( | Transport * | transport, |
QObject * | parent = 0 |
||
) | [explicit] |
Creates an ResourceSendJob.
- Parameters:
-
transport The transport object to use. parent The parent object.
Definition at line 66 of file resourcesendjob.cpp.
ResourceSendJob::~ResourceSendJob | ( | ) | [virtual] |
Destroys this job.
Definition at line 71 of file resourcesendjob.cpp.
Member Function Documentation
void ResourceSendJob::doStart | ( | ) | [protected, virtual] |
The documentation for this class was generated from the following files: