From b11e2d66726d908d2cf9ddf48e6d98f62004995c Mon Sep 17 00:00:00 2001 From: Vinta Date: Tue, 8 Jul 2014 09:58:19 +0800 Subject: [PATCH] add inbox to Email section --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f35c623..4f87401d 100644 --- a/README.md +++ b/README.md @@ -421,8 +421,9 @@ long, literate-programming-style documentation generator. *Libraries for sending and parsing email.* * [inbox.py](https://github.com/kennethreitz/inbox.py) - Python SMTP Server for Humans. -* [lamson](https://github.com/zedshaw/lamson) - Pythonic SMTP Application Server. * [imbox](https://github.com/martinrusev/imbox) - Python IMAP for Humans. +* [inbox](https://github.com/inboxapp/inbox) - The open source email toolkit. +* [lamson](https://github.com/zedshaw/lamson) - Pythonic SMTP Application Server. * [flanker](https://github.com/mailgun/flanker) - A email address and Mime parsing library. * [marrow.mailer](https://github.com/marrow/marrow.mailer) - High-performance extensible mail delivery framework. * [django-celery-ses](https://github.com/StreetVoice/django-celery-ses) - Django email backend with AWS SES and Celery.