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

#ifndef __MAILCORE_MCCORE_H_
#define __MAILCORE_MCCORE_H_

#include <mailcore/MCAbstract.h>
#include <mailcore/MCBaseTypes.h>
#include <mailcore/MCIMAP.h>
#include <mailcore/MCPOP.h>
#include <mailcore/MCRFC822.h>
#include <mailcore/MCSMTP.h>
#include <mailcore/MCRenderer.h>

#endif