1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-10 06:48:19 +02:00

various documentation updates

This commit is contained in:
Fleur Dragan 2022-08-16 21:15:30 -05:00
parent 86edd0bd0f
commit 0f452ead0e
5 changed files with 11 additions and 6 deletions

View file

@ -6,8 +6,7 @@
Django-mailbox
==============
.. image:: https://travis-ci.org/coddingtonbear/django-mailbox.png?branch=master
:target: https://travis-ci.org/coddingtonbear/django-mailbox
.. image:: https://github.com/coddingtonbear/django-mailbox/actions/workflows/ci.yaml/badge.svg
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?