Mailcommon
mailkernel.h
112 * When calling this too early (before the SpecialMailCollectionsDiscoveryJob from initFolders finishes),
113 * it will say false erroneously. However you can connect to SpecialMailCollections::collectionsChanged
121 * When calling this too early (before the SpecialMailCollectionsDiscoveryJob from initFolders finishes),
qint64 Id
void registerSettingsIf(ISettings *settingsIf)
Registers the interface dealing with mail settings.
Definition mailkernel.cpp:84
Akonadi::Collection trashCollectionFromResource(const Akonadi::Collection &col)
Returns the trash folder for the resource which col belongs to.
Definition mailkernel.cpp:303
bool folderIsDraftOrOutbox(const Akonadi::Collection &collection)
Returns true if the folder is either the outbox or one of the drafts-folders.
Definition mailkernel.cpp:251
Akonadi::Collection collectionFromId(Akonadi::Collection::Id id) const
Returns the collection associated with the given id, or an invalid collection if not found.
Definition mailkernel.cpp:111
void registerKernelIf(IKernel *kernelIf)
Registers the interface dealing with main mail functionality.
Definition mailkernel.cpp:68
bool folderIsTrash(const Akonadi::Collection &collection)
Returns true if the folder is a trash folder.
Definition mailkernel.cpp:313
bool isMainFolderCollection(const Akonadi::Collection &col)
Returns true if this folder is the inbox on the local disk.
Definition mailkernel.cpp:152
bool folderIsSentMailFolder(const Akonadi::Collection &)
Returns true if the folder is one of the sent-mail folders.
Definition mailkernel.cpp:329
void registerFilterIf(IFilter *filterIf)
Registers the interface dealing with mail settings.
Definition mailkernel.cpp:95
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
Q_SIGNALSQ_SIGNALS
Q_SLOTSQ_SLOTS
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 11:58:04 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 11:58:04 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.