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]);
Gets the quota root and resource limits for a mailbox.
Definition getquotarootjob.h:52
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
qint64 limit(const QByteArray &root, const QByteArray &resource) const
Get the current limit for a resource.
Definition getquotarootjob.cpp:126
void setMailBox(const QString &mailBox)
Set the mailbox to get the quota roots for.
Definition getquotarootjob.cpp:97
QMap< QByteArray, qint64 > allLimits(const QByteArray &root) const
Get a map containing all resource limits for a quota root.
Definition getquotarootjob.cpp:155
QMap< QByteArray, qint64 > allUsages(const QByteArray &root) const
Get a map containing all resource usage figures for a quota root.
Definition getquotarootjob.cpp:138
void result(KJob *job)
QString name(GameStandardAction id)
QByteArray toUpper() const const
bool hasNext() const const
const Key & key() const const
Item next()
const T & value() const const
This file is part of the IMAP support library and defines the RfcCodecs class.
Q_D(Todo)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 29 2024 11:56:35 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 29 2024 11:56:35 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.