mailtransport
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:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon Apr 30 2012 21:49:03 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon Apr 30 2012 21:49:03 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.