aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/imap/MCIMAPSession.h
diff options
context:
space:
mode:
authorGravatar Hoà V. DINH <dinh.viet.hoa@gmail.com>2013-08-09 10:15:17 -0700
committerGravatar Hoà V. DINH <dinh.viet.hoa@gmail.com>2013-08-09 10:15:17 -0700
commit9bb099e06a626e6614628c25002a78ca7b2a01bf (patch)
tree6a6e1edc25854c5b32b3ead90e9157182ee14842 /src/core/imap/MCIMAPSession.h
parentd5ed180d3615e668a59d098156189616b596a67a (diff)
parent1e05ee7ea55905b26b4b9e8545c881f63b2cdf6f (diff)
Merge pull request #289 from soxjke/getQuotaBranch
Added quotaOperation to get used and total space in IMAP account.
Diffstat (limited to 'src/core/imap/MCIMAPSession.h')
-rwxr-xr-x[-rw-r--r--]src/core/imap/MCIMAPSession.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/imap/MCIMAPSession.h b/src/core/imap/MCIMAPSession.h
index 4128b516..97567d65 100644..100755
--- a/src/core/imap/MCIMAPSession.h
+++ b/src/core/imap/MCIMAPSession.h
@@ -126,6 +126,7 @@ namespace mailcore {
virtual IndexSet * search(String * folder, IMAPSearchKind kind, String * searchString, ErrorCode * pError);
virtual IndexSet * search(String * folder, IMAPSearchExpression * expression, ErrorCode * pError);
+ virtual void getQuota(uint32_t *usage, uint32_t *limit, ErrorCode * pError);
virtual bool setupIdle();
virtual void idle(String * folder, uint32_t lastKnownUID, ErrorCode * pError);