aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/abstract/MCAbstract.h
blob: d53a69a4d620ee01f41f4f464620d292893a4789 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __MAILCORE_MCABSTRACT_H

#define __MAILCORE_MCABSTRACT_H

#include <MailCore/MCAbstractMessage.h>
#include <MailCore/MCAbstractMessagePart.h>
#include <MailCore/MCAbstractMultipart.h>
#include <MailCore/MCAbstractPart.h>
#include <MailCore/MCAddress.h>
#include <MailCore/MCMessageConstants.h>
#include <MailCore/MCMessageHeader.h>

#endif