mailtransport
#include <dispatcherinterface.h>
Public Member Functions | |
DispatcherInterface () | |
Akonadi::AgentInstance | dispatcherInstance () const |
void | dispatchManually () |
void | dispatchManualTransport (int transportId) |
void | retryDispatching () |
Detailed Description
An interface for applications to interact with the dispatcher agent.
This class provides methods such as send queued messages (
- See also
- dispatchManually) and retry sending (
- retryDispatching).
This class also takes care of registering the attributes that the mail dispatcher agent and MailTransport use.
- Since
- 4.4
Definition at line 43 of file dispatcherinterface.h.
Constructor & Destructor Documentation
DispatcherInterface::DispatcherInterface | ( | ) |
Creates a new dispatcher interface.
Definition at line 48 of file dispatcherinterface.cpp.
Member Function Documentation
AgentInstance DispatcherInterface::dispatcherInstance | ( | ) | const |
Returns the current instance of the mail dispatcher agent.
May return an invalid AgentInstance in case it cannot find the mail dispatcher agent.
Definition at line 52 of file dispatcherinterface.cpp.
void DispatcherInterface::dispatchManually | ( | ) |
Looks for messages in the outbox with DispatchMode::Manual and marks them DispatchMode::Automatic for sending.
Definition at line 62 of file dispatcherinterface.cpp.
void DispatcherInterface::dispatchManualTransport | ( | int | transportId | ) |
Looks for messages in the outbox with DispatchMode::Manual and changes the Transport for them to the one with id transportId
.
- Parameters
-
transportId the transport to dispatch "manual dispatch" messages with
- Since
- 4.5
Definition at line 88 of file dispatcherinterface.cpp.
void DispatcherInterface::retryDispatching | ( | ) |
Looks for messages in the outbox with ErrorAttribute, and clears them and queues them again for sending.
Definition at line 75 of file dispatcherinterface.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.