aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Oliver Clark Rickard <ocrickard@runway20.com>2013-05-28 15:38:42 -0600
committerGravatar Oliver Clark Rickard <ocrickard@runway20.com>2013-05-28 15:38:42 -0600
commitcf6875735a0bc92092eedcf231f3186a7d7e5351 (patch)
treeec87f524bac5e8d4f55e64f45174bb121a2d7140 /README.md
parent1fbf5bddf40e37a0b7a84d039ac935d8ee83a625 (diff)
Updated project description
Diffstat (limited to 'README.md')
-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.