KIMAP2
getquotarootjob.cpp
32 GetQuotaRootJobPrivate(Session *session, const QString &name) : QuotaJobBasePrivate(session, name) { }
86 const QMap<QByteArray, QPair<qint64, qint64> > "a = d->readQuota(response.content[quotaContentIndex]);
QList< QByteArray > roots() const
The quota roots for the mailbox.
Definition: getquotarootjob.cpp:109
QMap< QByteArray, qint64 > allLimits(const QByteArray &root) const
Get a map containing all resource limits for a quota root.
Definition: getquotarootjob.cpp:155
const T & value() const const
void result(KJob *job)
qint64 limit(const QByteArray &root, const QByteArray &resource) const
Get the current limit for a resource.
Definition: getquotarootjob.cpp:126
bool hasNext() const const
Gets the quota root and resource limits for a mailbox.
Definition: getquotarootjob.h:51
Base class for jobs that operate on mailbox quotas.
Definition: quotajobbase.h:43
void setMailBox(const QString &mailBox)
Set the mailbox to get the quota roots for.
Definition: getquotarootjob.cpp:97
qint64 usage(const QByteArray &root, const QByteArray &resource) const
Get the current usage for a resource.
Definition: getquotarootjob.cpp:115
QString mailBox() const
The mailbox that the quota roots will be fetched for.
Definition: getquotarootjob.cpp:103
QMap< QByteArray, qint64 > allUsages(const QByteArray &root) const
Get a map containing all resource usage figures for a quota root.
Definition: getquotarootjob.cpp:138
QByteArray toUpper() const const
QMapIterator::Item next()
QMap< Key, T > & unite(const QMap< Key, T > &other)
QString name(StandardShortcut id)
const Key & key() const const
Provides handlers for various RFC/MIME encodings.
Q_D(Todo)
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Jan 31 2023 04:07:56 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Jan 31 2023 04:07:56 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.