mailtransport
outboxactions_p.h
Job to filter and apply an action on a set of items.
Definition filteractionjob_p.h:132
Base class for a filter/action for FilterActionJob.
Definition filteractionjob_p.h:76
FilterAction that finds all messages with an ErrorAttribute, removes the attribute,...
Definition outboxactions_p.h:79
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
FilterAction that changes the transport for all messages and sets the "$QUEUED" flag.
Definition outboxactions_p.h:114
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
FilterAction that finds all messages with a DispatchMode of Manual and assigns them a DispatchMode of...
Definition outboxactions_p.h:44
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
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.