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

#ifndef __MAILCORE_MCASYNCPOP_H_

#define __MAILCORE_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