aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b28b41fe..597edb92 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
## Mailcore 2: Introduction ##
-MailCore 2 brings a new API designed from the ground up to be fast, portable, and asynchronous. It features:
+MailCore 2 provides a simple and asynchronous Objective-C API to work with the e-mail protocols **IMAP**, **POP** and **SMTP**. The API has been redesigned from the ground up. It features:
- **POP**, **IMAP** and **SMTP** support
- **[RFC822](http://www.ietf.org/rfc/rfc0822.txt)** parser and generator
@@ -137,4 +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. \ No newline at end of file
+* Add examples for POP and SMTP.