From 969f8ff5059736c5df0e97255916a457d26fa2a6 Mon Sep 17 00:00:00 2001 From: "Hoa V. DINH" Date: Sun, 26 May 2013 20:56:47 -0700 Subject: Improved description of the project --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4406a808..d0cc662a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ ## Mailcore 2 -MailCore 2 brings a new API redesigned from ground. +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. - POP, IMAP and SMTP support - RFC822 parser and generator -- cgit v1.2.3 From 43a748197604463c01caf20ded400275e225eba2 Mon Sep 17 00:00:00 2001 From: Jonathan Willing Date: Sun, 26 May 2013 22:15:45 -0700 Subject: readme tweak --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index d0cc662a..a6d0772e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## Mailcore 2 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. +The API has been redesigned from ground up. - POP, IMAP and SMTP support - RFC822 parser and generator -- cgit v1.2.3 From a48f46c62e493797c723b72380a0f9381c502c89 Mon Sep 17 00:00:00 2001 From: "Hoa V. DINH" Date: Mon, 27 May 2013 17:24:43 -0700 Subject: Fixed quick setup instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index a6d0772e..c728aea0 100644 --- a/README.md +++ b/README.md @@ -24,5 +24,5 @@ The API has been redesigned from ground up. ### iOS static library - Add libMailCore-ios.a -- Set "Other Linker Flags": `lctemplate-ios -letpan-ios -licudata -licui18n -licuuc -lxml2 -lsasl2 -liconv -ltidy -lstdc++ -all_load` +- 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. -- cgit v1.2.3