akonadi/kmime
Akonadi::RemoveDuplicatesJob Class Reference
#include <removeduplicatesjob.h>
Inherits Job.
Public Member Functions | |
RemoveDuplicatesJob (const Akonadi::Collection &folder, QObject *parent=0) | |
RemoveDuplicatesJob (const Akonadi::Collection::List &folders, QObject *parent) | |
virtual | ~RemoveDuplicatesJob () |
Protected Member Functions | |
virtual bool | doKill () |
virtual void | doStart () |
Detailed Description
Job that finds and removes duplicate messages in given collection.
This jobs compares all messages in given collections by their Message-Id headers and hashes of their bodies and removes duplicates.
- Since
- 4.10
Definition at line 41 of file removeduplicatesjob.h.
Constructor & Destructor Documentation
RemoveDuplicatesJob::RemoveDuplicatesJob | ( | const Akonadi::Collection & | folder, |
QObject * | parent = 0 |
||
) |
Creates a new job that will remove duplicates in folder
.
- Parameters
-
folder The folder where to search for duplicates parent The parent object
Definition at line 160 of file removeduplicatesjob.cpp.
RemoveDuplicatesJob::RemoveDuplicatesJob | ( | const Akonadi::Collection::List & | folders, |
QObject * | parent | ||
) |
Creates a new job that will remove duplicates in all folders
.
- Parameters
-
folders Folders where to search for duplicates parent The parent object
Definition at line 168 of file removeduplicatesjob.cpp.
|
virtual |
Destroys the job.
Definition at line 176 of file removeduplicatesjob.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:24 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:38:24 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.