aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/async/MCAsync.h
blob: 245bf15b9df96696fd602faa4cc47fde4cd8f652 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
//  MCAsync.h
//  mailcore2
//
//  Created by DINH Viêt Hoà on 1/11/13.
//  Copyright (c) 2013 MailCore. All rights reserved.
//

#ifndef mailcore2_MCAsync_h
#define mailcore2_MCAsync_h

#include <mailcore/MCAsyncSMTP.h>
#include <mailcore/MCAsyncIMAP.h>
#include <mailcore/MCAsyncPOP.h>

#endif