aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/imap/MCIMAPSession.h
diff options
context:
space:
mode:
authorGravatar Hoà V. DINH <dinh.viet.hoa@gmail.com>2015-11-09 15:45:08 -0800
committerGravatar Hoà V. DINH <dinh.viet.hoa@gmail.com>2015-11-09 15:45:08 -0800
commitc41ed58043f57e05d0e6fe20b2e4f95dae1e95cb (patch)
tree137701edd4c7ac52146679c0ff8132a0738868f7 /src/core/imap/MCIMAPSession.h
parent859fde854dbfc29f65533fe85db6d6b43f80aa98 (diff)
parent1aeb24a13bea39fb8ac430b2cdf8da629da17e14 (diff)
Merge pull request #1266 from libec/master
Adds support for sending custom IMAP command
Diffstat (limited to 'src/core/imap/MCIMAPSession.h')
-rwxr-xr-xsrc/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 da46e0a7..5ee6bc1c 100755
--- a/src/core/imap/MCIMAPSession.h
+++ b/src/core/imap/MCIMAPSession.h
@@ -107,6 +107,7 @@ namespace mailcore {
IndexSet * numbers,
IMAPProgressCallback * progressCallback,
Array * extraHeaders, ErrorCode * pError);
+ virtual String * customCommand(String * command, ErrorCode * pError);
virtual Data * fetchMessageByUID(String * folder, uint32_t uid,
IMAPProgressCallback * progressCallback, ErrorCode * pError);