KIMAP2
getquotarootjob.h
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
Q_OBJECTQ_OBJECT
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 12:10:33 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 12:10:33 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.