1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00

Adding target to travis.ci link.

This commit is contained in:
Adam Coddington 2013-07-25 00:24:39 -07:00
parent 384de32d85
commit a7dcb05b37
2 changed files with 4 additions and 2 deletions

View file

@ -7,6 +7,7 @@ Django-mailbox
==============
.. image:: https://travis-ci.org/latestrevision/django-mailbox.png?branch=master
:target: https://travis-ci.org/latestrevision/django-mailbox
How many times have you had to consume some sort of POP3, IMAP, or local mailbox for incoming content,
or had to otherwise construct an application driven by e-mail?

View file

@ -1,3 +1,6 @@
.. image:: https://travis-ci.org/latestrevision/django-mailbox.png?branch=master
:target: https://travis-ci.org/latestrevision/django-mailbox
How many times have you had to consume some sort of POP3, IMAP, or local mailbox for incoming content,
or had to otherwise construct an application driven by e-mail?
One too many times, I'm sure.
@ -5,8 +8,6 @@ One too many times, I'm sure.
This small Django application will allow you to specify mailboxes that you would like consumed for incoming content;
the e-mail will be stored, and you can process it at will (or, if you're in a hurry, by subscribing to a signal).
.. image:: https://travis-ci.org/latestrevision/django-mailbox.png?branch=master
- Documentation for django-mailbox is available on
`ReadTheDocs <http://django-mailbox.readthedocs.org/>`_.
- Please post issues on