From 1fbf5bddf40e37a0b7a84d039ac935d8ee83a625 Mon Sep 17 00:00:00 2001 From: Oliver Rickard Date: Tue, 28 May 2013 14:30:43 -0700 Subject: Fixed merge issue with readme --- README.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3