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

Detailed Description
Mail transport job for sendmail.Definition at line 37 of file sendmailjob.h.
Public Member Functions | |
SendmailJob (Transport *transport, QObject *parent=0) | |
virtual | ~SendmailJob () |
Protected Member Functions | |
virtual bool | doKill () |
virtual void | doStart () |
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] |
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: