diff options
author | Hoà V. DINH <dinh.viet.hoa@gmail.com> | 2015-11-09 15:45:08 -0800 |
---|---|---|
committer | Hoà V. DINH <dinh.viet.hoa@gmail.com> | 2015-11-09 15:45:08 -0800 |
commit | c41ed58043f57e05d0e6fe20b2e4f95dae1e95cb (patch) | |
tree | 137701edd4c7ac52146679c0ff8132a0738868f7 /src/core/imap/MCIMAPSession.h | |
parent | 859fde854dbfc29f65533fe85db6d6b43f80aa98 (diff) | |
parent | 1aeb24a13bea39fb8ac430b2cdf8da629da17e14 (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-x | src/core/imap/MCIMAPSession.h | 1 |
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); |