mailtransport
#include <outboxactions_p.h>

Public Member Functions | |
ClearErrorAction () | |
virtual | ~ClearErrorAction () |
virtual Akonadi::ItemFetchScope | fetchScope () const |
virtual bool | itemAccepted (const Akonadi::Item &item) const |
virtual Akonadi::Job * | itemAction (const Akonadi::Item &item, Akonadi::FilterActionJob *parent) const |
![]() | |
virtual | ~FilterAction () |
virtual Akonadi::ItemFetchScope | fetchScope () const =0 |
virtual bool | itemAccepted (const Akonadi::Item &item) const =0 |
virtual Akonadi::Job * | itemAction (const Akonadi::Item &item, Akonadi::FilterActionJob *parent) const =0 |
Detailed Description
FilterAction that finds all messages with an ErrorAttribute, removes the attribute, and sets the "$QUEUED" flag.
This is used to retry sending messages that failed.
- See also
- FilterActionJob
- Since
- 4.4
Definition at line 78 of file outboxactions_p.h.
Constructor & Destructor Documentation
◆ ClearErrorAction()
ClearErrorAction::ClearErrorAction | ( | ) |
Creates a ClearErrorAction.
Definition at line 80 of file outboxactions.cpp.
◆ ~ClearErrorAction()
|
virtual |
Destroys this object.
Definition at line 85 of file outboxactions.cpp.
Member Function Documentation
◆ fetchScope()
|
virtual |
Returns an ItemFetchScope to use if the FilterActionJob needs to fetch the items from a collection.
- Note
- The items are not fetched unless FilterActionJob is constructed with a Collection parameter.
Implements Akonadi::FilterAction.
Definition at line 90 of file outboxactions.cpp.
◆ itemAccepted()
|
virtual |
Returns true
if the item
is accepted by the filter and should be acted upon by the FilterActionJob.
Implements Akonadi::FilterAction.
Definition at line 99 of file outboxactions.cpp.
◆ itemAction()
|
virtual |
Returns a job to act on the item
.
The FilterActionJob will finish when all such jobs are finished.
- Parameters
-
item the item to work on parent the parent job
Implements Akonadi::FilterAction.
Definition at line 104 of file outboxactions.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.