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