KIMAP
getquotarootjob.cpp
49 d->tags << d->sessionInternal()->sendCommand("GETQUOTAROOT", '\"' + KIMAP::encodeImapFolderName(d->mailBox.toUtf8()) + '\"');
80 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:37
qint64 usage(const QByteArray &root, const QByteArray &resource) const
Get the current usage for a resource.
Definition getquotarootjob.cpp:109
QString mailBox() const
The mailbox that the quota roots will be fetched for.
Definition getquotarootjob.cpp:97
qint64 limit(const QByteArray &root, const QByteArray &resource) const
Get the current limit for a resource.
Definition getquotarootjob.cpp:120
void setMailBox(const QString &mailBox)
Set the mailbox to get the quota roots for.
Definition getquotarootjob.cpp:91
QMap< QByteArray, qint64 > allLimits(const QByteArray &root) const
Get a map containing all resource limits for a quota root.
Definition getquotarootjob.cpp:149
QMap< QByteArray, qint64 > allUsages(const QByteArray &root) const
Get a map containing all resource usage figures for a quota root.
Definition getquotarootjob.cpp:132
void result(KJob *job)
QString i18n(const char *text, const TYPE &arg...)
QString name(GameStandardAction id)
QByteArray toUpper() const const
const_iterator cbegin() const const
const_iterator cend() const const
Key key(const T &value, const Key &defaultKey) const const
T value(const Key &key, const T &defaultValue) 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 8 2024 12:06:50 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 8 2024 12:06:50 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.