|
Hello, How do I get the quota of the account that I am currently connected to? Thanks in advance! |
|
You can use
Please be aware that quotas in IMAP are quite complex (see RFC 2087 for details): Each folder has zero or more implementation-defined named "quota roots". Each quota root has zero or more resource limits. All folders that share the same named quota root share the resource limits of the quota root. However, many IMAP servers (such as Gmail) only have a single "quota root" shared by all folders, which makes it possible to determine all information about it using a single "GQTQUOTAROOT Inbox" command as shown above. |