kmail
folderarchiveagentcheckcollection.cpp
Go to the documentation of this file.
28 FolderArchiveAgentCheckCollection::FolderArchiveAgentCheckCollection(FolderArchiveAccountInfo *info, QObject *parent)
44 Akonadi::CollectionFetchJob *job = new Akonadi::CollectionFetchJob(col, Akonadi::CollectionFetchJob::Recursive);
48 Akonadi::CollectionFetchJob *job = new Akonadi::CollectionFetchJob(col, Akonadi::CollectionFetchJob::FirstLevel);
49 connect(job, SIGNAL(result(KJob*)), this, SLOT(slotInitialCollectionFetchingFirstLevelDone(KJob*)) );
FolderArchiveType folderArchiveType() const
Definition: folderarchiveaccountinfo.cpp:53
void checkFailed(const QString &message)
int month() const
FolderArchiveAgentCheckCollection(FolderArchiveAccountInfo *info, QObject *parent=0)
Definition: folderarchiveagentcheckcollection.cpp:28
bool isEmpty() const
void collectionIdFound(const Akonadi::Collection &col)
int year() const
Akonadi::Collection::Id archiveTopLevel() const
Definition: folderarchiveaccountinfo.cpp:63
void start()
Definition: folderarchiveagentcheckcollection.cpp:39
bool keepExistingStructure() const
Definition: folderarchiveaccountinfo.cpp:93
QString fromLatin1(const char *str, int size)
~FolderArchiveAgentCheckCollection()
Definition: folderarchiveagentcheckcollection.cpp:35
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
QString arg(qlonglong a, int fieldWidth, int base, const QChar &fillChar) const
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:34:33 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:34:33 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.