From 88e6c0e7550537b03b6c4fa89eebc5237061320b Mon Sep 17 00:00:00 2001 From: Oliver Clark Rickard Date: Tue, 28 May 2013 15:25:45 -0600 Subject: Fixed svg img, changed organization a bit. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ec66fe4c..070ac13b 100644 --- a/README.md +++ b/README.md @@ -64,9 +64,9 @@ Using MailCore 2 is just a little more complex conceptually than the original Ma In this sample, we retrieved and printed a list of email headers from an IMAP server. In order to execute the fetch, we request an asynchronous operation object from the `MCOIMAPSession` instance with our parameters (more on this later). This operation object is able to initiate a connection to Gmail when we call the `start` method. Now here's where things get a little tricky. We call the `start` function with an Objective-C block, which is executed on the main thread when the fetch operation completes. The actual fetching from IMAP is done on a **background thread**, leaving your UI and other processing **free to use the main thread**. -### Anatomy of a Message ### +## Anatomy of a Message ## - + Background Reading: * [RFC821](http://tools.ietf.org/html/rfc821) -- cgit v1.2.3