From e386f023d84b74eaeb3b8f2fa1c92bfe27df4f7e Mon Sep 17 00:00:00 2001 From: "Hoa V. DINH" Date: Mon, 19 Jan 2015 14:11:57 -0800 Subject: Added Android to main README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4e6539b5..b56858b4 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,10 @@ MailCore 2 provides a simple and asynchronous Objective-C API to work with the e Read [instructions for iOS/OSX](https://github.com/MailCore/mailcore2/blob/master/build-mac/README.md). +### Build for Android ### + +Read [instructions for Android](https://github.com/MailCore/mailcore2/blob/master/build-android/README.md). + ### Build for Windows ### Read [instructions for Windows](https://github.com/MailCore/mailcore2/blob/master/build-windows/README.md). @@ -27,7 +31,7 @@ Read [instructions for Linux](https://github.com/MailCore/mailcore2/blob/master/ ## Basic IMAP Usage ## -Using MailCore 2 is just a little more complex conceptually than the original MailCore. All fetch requests in MailCore 2 are made asynchronously through a queue. What does this mean? Well, let's take a look at a simple example: +Using MailCore 2 is just a little more complex conceptually than the original MailCore. All fetch requests in MailCore 2 are made asynchronously through a queue. What does this mean? Well, let's take a look at a simple example: ```objc MCOIMAPSession *session = [[MCOIMAPSession alloc] init]; -- cgit v1.2.3