aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/rfc822
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-11-22 20:26:57 -0800
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-11-22 20:26:57 -0800
commitb6c488d68dc17cddbf5806bd645e167488d50366 (patch)
tree191bde6aa253191c41060d251762653a76bbd3c4 /src/core/rfc822
parent86282f5bff0289e9f0018de813a0d66a1cea2309 (diff)
added export
Diffstat (limited to 'src/core/rfc822')
-rw-r--r--src/core/rfc822/MCAttachment.h1
-rw-r--r--src/core/rfc822/MCMessageBuilder.h1
-rw-r--r--src/core/rfc822/MCMessageParser.h1
-rw-r--r--src/core/rfc822/MCMessagePart.h1
-rw-r--r--src/core/rfc822/MCMultipart.h1
5 files changed, 5 insertions, 0 deletions
diff --git a/src/core/rfc822/MCAttachment.h b/src/core/rfc822/MCAttachment.h
index 2217bc4c..573366ed 100644
--- a/src/core/rfc822/MCAttachment.h
+++ b/src/core/rfc822/MCAttachment.h
@@ -13,6 +13,7 @@ namespace mailcore {
class MessagePart;
+ MAILCORE_EXPORT
class Attachment : public AbstractPart {
public:
static String * mimeTypeForFilename(String * filename);
diff --git a/src/core/rfc822/MCMessageBuilder.h b/src/core/rfc822/MCMessageBuilder.h
index 07c4795e..5336d4dc 100644
--- a/src/core/rfc822/MCMessageBuilder.h
+++ b/src/core/rfc822/MCMessageBuilder.h
@@ -12,6 +12,7 @@ namespace mailcore {
class Attachment;
class HTMLRendererTemplateCallback;
+ MAILCORE_EXPORT
class MessageBuilder : public AbstractMessage {
public:
MessageBuilder();
diff --git a/src/core/rfc822/MCMessageParser.h b/src/core/rfc822/MCMessageParser.h
index eba0e052..aed322df 100644
--- a/src/core/rfc822/MCMessageParser.h
+++ b/src/core/rfc822/MCMessageParser.h
@@ -15,6 +15,7 @@ namespace mailcore {
class HTMLRendererTemplateCallback;
+ MAILCORE_EXPORT
class MessageParser : public AbstractMessage {
public:
static MessageParser * messageParserWithData(Data * data);
diff --git a/src/core/rfc822/MCMessagePart.h b/src/core/rfc822/MCMessagePart.h
index 4b9de96b..ef649661 100644
--- a/src/core/rfc822/MCMessagePart.h
+++ b/src/core/rfc822/MCMessagePart.h
@@ -9,6 +9,7 @@
namespace mailcore {
+ MAILCORE_EXPORT
class MessagePart : public AbstractMessagePart {
public:
MessagePart();
diff --git a/src/core/rfc822/MCMultipart.h b/src/core/rfc822/MCMultipart.h
index 6b00c08b..b68718f2 100644
--- a/src/core/rfc822/MCMultipart.h
+++ b/src/core/rfc822/MCMultipart.h
@@ -9,6 +9,7 @@
namespace mailcore {
+ MAILCORE_EXPORT
class Multipart : public AbstractMultipart {
public:
Multipart();