mailtransport
outboxactions.cpp
149 return item.attribute<DispatchModeAttribute>()->dispatchMode() == DispatchModeAttribute::Manual;
152Job *DispatchManualTransportAction::itemAction( const Item &item, FilterActionJob *parent ) const
Job to filter and apply an action on a set of items.
Definition filteractionjob_p.h:132
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 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 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::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:137
virtual Akonadi::Job * itemAction(const Akonadi::Item &item, Akonadi::FilterActionJob *parent) const
Returns a job to act on the item.
Definition outboxactions.cpp:152
Attribute determining how and when a message from the outbox should be dispatched.
Definition dispatchmodeattribute.h:40
An Attribute to mark messages that failed to be sent.
Definition errorattribute.h:40
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 Akonadi::ItemFetchScope fetchScope() const
Returns an ItemFetchScope to use if the FilterActionJob needs to fetch the items from a collection.
Definition outboxactions.cpp:45
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
Attribute determining which transport to use for sending a message.
Definition transportattribute.h:41
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.