aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/async/pop/MCAsyncPOP.h
blob: 962b6ab9af89e5008c416b066f9c26bcb1cba843 (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