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

Public Member Functions | |
SendmailJob (Transport *transport, QObject *parent=0) | |
virtual | ~SendmailJob () |
Protected Member Functions | |
virtual bool | doKill () |
virtual void | doStart () |
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
SendmailJob::SendmailJob | ( | Transport * | transport, |
QObject * | parent = 0 |
||
) | [explicit] |
Creates a SendmailJob.
- Parameters:
-
transport The transport settings. parent The parent object.
Definition at line 45 of file sendmailjob.cpp.
SendmailJob::~SendmailJob | ( | ) | [virtual] |
Destroys this job.
Definition at line 58 of file sendmailjob.cpp.
Member Function Documentation
void SendmailJob::doStart | ( | ) | [protected, virtual] |
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: