mailtransport
outboxactions.cpp
35 SendQueuedAction::SendQueuedAction()
149 return item.attribute<DispatchModeAttribute>()->dispatchMode() == DispatchModeAttribute::Manual;
152 Job *DispatchManualTransportAction::itemAction( const Item &item, FilterActionJob *parent ) const
An Attribute to mark messages that failed to be sent.
Definition: errorattribute.h:39
virtual Akonadi::ItemFetchScope fetchScope() const
Returns an ItemFetchScope to use if the FilterActionJob needs to fetch the items from a collection...
Definition: outboxactions.cpp:45
Job to filter and apply an action on a set of items.
Definition: filteractionjob_p.h:131
Attribute determining how and when a message from the outbox should be dispatched.
Definition: dispatchmodeattribute.h:39
virtual Akonadi::ItemFetchScope fetchScope() const
Returns an ItemFetchScope to use if the FilterActionJob needs to fetch the items from a collection...
Definition: outboxactions.cpp:90
virtual Akonadi::Job * itemAction(const Akonadi::Item &item, Akonadi::FilterActionJob *parent) const
Returns a job to act on the item.
Definition: outboxactions.cpp:65
virtual bool itemAccepted(const Akonadi::Item &item) const
Returns true if the item is accepted by the filter and should be acted upon by the FilterActionJob...
Definition: outboxactions.cpp:55
virtual Akonadi::ItemFetchScope fetchScope() const
Returns an ItemFetchScope to use if the FilterActionJob needs to fetch the items from a collection...
Definition: outboxactions.cpp:127
virtual bool itemAccepted(const Akonadi::Item &item) const
Returns true if the item is accepted by the filter and should be acted upon by the FilterActionJob...
Definition: outboxactions.cpp:99
virtual bool itemAccepted(const Akonadi::Item &item) const
Returns true if the item is accepted by the filter and should be acted upon by the FilterActionJob...
Definition: outboxactions.cpp:137
virtual Akonadi::Job * itemAction(const Akonadi::Item &item, Akonadi::FilterActionJob *parent) const
Returns a job to act on the item.
Definition: outboxactions.cpp:104
virtual Akonadi::Job * itemAction(const Akonadi::Item &item, Akonadi::FilterActionJob *parent) const
Returns a job to act on the item.
Definition: outboxactions.cpp:152
Send message only when the user requests so.
Definition: dispatchmodeattribute.h:48
Attribute determining which transport to use for sending a message.
Definition: transportattribute.h:40
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:48 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:48 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.