akonadi/kmime
specialmailcollectionsrequestjob.cpp
88 options.insert(QLatin1String("Path"), QString(KGlobal::dirs()->localxdgdatadir() + QLatin1String("local-mail")));
102 void SpecialMailCollectionsRequestJob::requestDefaultCollection(SpecialMailCollections::Type type)
107 void SpecialMailCollectionsRequestJob::requestCollection(SpecialMailCollections::Type type, const AgentInstance &instance)
void requestDefaultCollection(SpecialMailCollections::Type type)
Requests a special mail collection of the given type in the default resource.
Definition: specialmailcollectionsrequestjob.cpp:102
The templates collection.
Definition: specialmailcollections.h:86
~SpecialMailCollectionsRequestJob()
Destroys the special mail collections request job.
Definition: specialmailcollectionsrequestjob.cpp:98
void requestCollection(SpecialMailCollections::Type type, const AgentInstance &instance)
Requests a special mail collection of the given type in the given resource instance.
Definition: specialmailcollectionsrequestjob.cpp:107
The root collection containing the local folders.
Definition: specialmailcollections.h:80
QList< Key > keys() const
The outbox collection.
Definition: specialmailcollections.h:82
The sent-mail collection.
Definition: specialmailcollections.h:83
Interface to special mail collections such as inbox, outbox etc.
Definition: specialmailcollections.h:67
Type
Describes the possible types of special mail collections.
Definition: specialmailcollections.h:78
The drafts collection.
Definition: specialmailcollections.h:85
SpecialMailCollectionsRequestJob(QObject *parent=0)
Creates a new special mail collections request job.
Definition: specialmailcollectionsrequestjob.cpp:63
iterator insert(const Key &key, const T &value)
const T value(const Key &key) const
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.