aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Oliver Rickard <ocrickard@gmail.com>2013-05-28 14:30:43 -0700
committerGravatar Oliver Rickard <ocrickard@gmail.com>2013-05-28 14:30:43 -0700
commit1fbf5bddf40e37a0b7a84d039ac935d8ee83a625 (patch)
tree627733da42a77fb832f506decddf4c10f91e4693 /README.md
parentfbd06946aa6d5feddcc7c6a4221987910d205c00 (diff)
Fixed merge issue with readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 1 insertions, 12 deletions
diff --git a/README.md b/README.md
index 4284275f..b28b41fe 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,6 @@
## 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
@@ -48,7 +43,6 @@ 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)];
@@ -143,9 +137,4 @@ As you can see, we use [ctemplates](https://code.google.com/p/ctemplate/) in ord
### TODO for this guide ###
* 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
+* Add examples for POP and SMTP. \ No newline at end of file