aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-05-21 21:59:42 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-05-21 21:59:50 -0700
commit38f8bb3fdc3d3ecb449f85f75504589acafe08b1 (patch)
tree408013b990bf00bb8a9522a41a29b490fc9ee59a /README.md
parent8108d5cd3c1176b691a0b1e17e9e4e73cc3f49b1 (diff)
Simplified linking against mailcore. Added quick instructions in README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md33
1 files changed, 33 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2af7700b..7fd25329 100644
--- a/README.md
+++ b/README.md
@@ -2,3 +2,36 @@ Mailcore 2
==========
MailCore 2 brings a new API redesigned from ground.
+
+- POP, IMAP and SMTP support
+- RFC822 parser and generator
+- asynchronous APIs
+- HTML rendering of messages
+
+
+Quick project setup instruction
+===============================
+
+- Mac framework
+
+Add mailcore.framework
+
+Make sure to use LLVM C++ standard library.
+
+- Mac static library
+
+Add libMailCore.a
+
+Other Linker Flags:
+-lctemplate -letpan -licudata -licui18n -licuuc -lxml2 -lsasl2 -liconv -ltidy -lc++ -all_load
+
+Make sure to use LLVM C++ standard library.
+
+- iOS static library
+
+Add libMailCore-ios.a
+
+Other Linker Flags:
+-lctemplate-ios -letpan-ios -licudata -licui18n -licuuc -lxml2 -lsasl2 -liconv -ltidy -lstdc++ -all_load
+
+Make sure to use GNU C++ standard library.