aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/abstract/MCAbstract.h
blob: 03299ec4aaacd17a44a59740a2e8c667f97efe7d (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