aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/MCCore.h
diff options
context:
space:
mode:
authorGravatar DINH Viet Hoa <hoa@sprw.me>2013-01-16 01:07:32 -0800
committerGravatar DINH Viet Hoa <hoa@sprw.me>2013-01-16 01:07:32 -0800
commite75be6c8b9a9b694e86c4054b4493f8ec405df2f (patch)
treec74257540dca069ece8178d2afa03a3ee45d7781 /src/core/MCCore.h
parent70f53398659fb9305f6bf88e33c84327c61829d5 (diff)
Implemented async IMAP
Diffstat (limited to 'src/core/MCCore.h')
-rw-r--r--src/core/MCCore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/MCCore.h b/src/core/MCCore.h
index 9c1e0d42..d5d6f79d 100644
--- a/src/core/MCCore.h
+++ b/src/core/MCCore.h
@@ -15,5 +15,6 @@
#include <mailcore/MCPOP.h>
#include <mailcore/MCRFC822.h>
#include <mailcore/MCSMTP.h>
+#include <mailcore/MCAsyncIMAP.h>
#endif