kmail
KMail::QuotaJobs Namespace Reference
Detailed Description
This namespace contains functions that return jobs for quota operations.The current implementation is tied to IMAP. If someone wants to extend this to other protocols, turn the namespace into a class and use virtual methods.
Classes | |
class | GetQuotarootJob |
for getQuotaroot() More... | |
class | GetStorageQuotaJob |
for getStorageQuota() More... | |
Functions | |
GetQuotarootJob * | getQuotaroot (KIO::Slave *slave, const KURL &url) |
GetStorageQuotaJob * | getStorageQuota (KIO::Slave *slave, const KURL &url) |
Function Documentation
|
Get the quotaroots for a mailbox.
Definition at line 37 of file quotajobs.cpp. |
|
Get the storage quota for a mailbox, if there is one.
Definition at line 92 of file quotajobs.cpp. |