mailtransport
20 #ifndef MAILTRANSPORT_MESSAGEQUEUEJOB_H
21 #define MAILTRANSPORT_MESSAGEQUEUEJOB_H
23 #include <mailtransport/mailtransport_export.h>
25 #include "dispatchmodeattribute.h"
26 #include "sentactionattribute.h"
27 #include "sentbehaviourattribute.h"
28 #include "transportattribute.h"
30 #include <QtCore/QDateTime>
31 #include <QtCore/QString>
32 #include <QtCore/QStringList>
34 #include <KDE/KCompositeJob>
36 #include <akonadi/collection.h>
37 #include <akonadi/kmime/addressattribute.h>
39 #include <kmime/kmime_message.h>
40 #include <boost/shared_ptr.hpp>
42 namespace MailTransport {
106 KMime::Message::Ptr message()
const;
119 Akonadi::AddressAttribute &addressAttribute();
143 void setMessage( KMime::Message::Ptr message );
149 virtual void start();
157 virtual void slotResult( KJob * );
161 friend class Private;
164 Q_PRIVATE_SLOT( d,
void outboxRequestResult( KJob* ) )
170 #endif // MAILTRANSPORT_MESSAGEQUEUEJOB_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:26:52 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.