aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Oliver Rickard <ocrickard@gmail.com>2013-05-28 14:29:15 -0700
committerGravatar Oliver Rickard <ocrickard@gmail.com>2013-05-28 14:29:15 -0700
commitfbd06946aa6d5feddcc7c6a4221987910d205c00 (patch)
treef716ba9c731e1185d3d7ca707c52737f34946fe0 /README.md
parent88e6c0e7550537b03b6c4fa89eebc5237061320b (diff)
parente0a977625868e7b3f8631cc8f6da5ecbff2ac031 (diff)
Merged in from mailcore master
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 070ac13b..4284275f 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,11 @@
## Mailcore 2: Introduction ##
+<<<<<<< HEAD
MailCore 2 brings a new API designed from the ground up to be fast, portable, and asynchronous. It features:
+=======
+MailCore 2 provide a simple and asynchronous API to work with e-mail protocols IMAP, POP and SMTP.
+The API has been redesigned from ground up.
+>>>>>>> upstream/master
- **POP**, **IMAP** and **SMTP** support
- **[RFC822](http://www.ietf.org/rfc/rfc0822.txt)** parser and generator
@@ -43,6 +48,7 @@ Using MailCore 2 is just a little more complex conceptually than the original Ma
[session setPassword:@"123456"];
[session setConnectionType:MCOConnectionTypeTLS];
+<<<<<<< HEAD
MCOIMAPMessagesRequestKind requestKind = MCOIMAPMessagesRequestKindHeaders;
NSString *folder = @"INBOX";
MCOIndexSet *uids = [MCOIndexSet indexSetWithRange:MCORangeMake(1, UINT64_MAX)];
@@ -138,3 +144,8 @@ As you can see, we use [ctemplates](https://code.google.com/p/ctemplate/) in ord
* Add images
* Add more in-depth steps/examples for how to work with imap messages
* Add examples for POP and SMTP.
+=======
+- Add libMailCore-ios.a
+- Set "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.
+>>>>>>> upstream/master