aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/nntp/MCNNTP.h
diff options
context:
space:
mode:
authorGravatar CodaFi <devteam.codafi@gmail.com>2014-08-13 14:53:51 -0600
committerGravatar CodaFi <devteam.codafi@gmail.com>2014-08-13 14:53:51 -0600
commit38d848cb9c8d64e910804b7b6d559a9a31d2ad99 (patch)
treed249b20e796b5927842b2712086ab9c3bc438a47 /src/core/nntp/MCNNTP.h
parent988fe081b340e5c1040a6d78db793107972c7bfb (diff)
NNTP support
Diffstat (limited to 'src/core/nntp/MCNNTP.h')
-rw-r--r--src/core/nntp/MCNNTP.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/core/nntp/MCNNTP.h b/src/core/nntp/MCNNTP.h
new file mode 100644
index 00000000..beec18bb
--- /dev/null
+++ b/src/core/nntp/MCNNTP.h
@@ -0,0 +1,10 @@
+#ifndef MAILCORE_MCNNTP_H
+
+#define MAILCORE_MCNNTP_H
+
+#include <MailCore/MCNNTPGroupInfo.h>
+#include <MailCore/MCNNTPMessageInfo.h>
+#include <MailCore/MCNNTPProgressCallback.h>
+#include <MailCore/MCNNTPSession.h>
+
+#endif