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

#ifndef mailcore2_MCAsyncPOP_h
#define mailcore2_MCAsyncPOP_h

#include <mailcore/MCPOPAsyncSession.h>
#include <mailcore/MCPOPOperation.h>
#include <mailcore/MCPOPFetchHeaderOperation.h>
#include <mailcore/MCPOPFetchMessageOperation.h>
#include <mailcore/MCPOPFetchMessagesOperation.h>
#include <mailcore/MCPOPOperationCallback.h>

#endif