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

cleanup and update

This commit is contained in:
Pascal F 2023-12-12 06:08:23 +01:00
parent 7d2396bf56
commit 3ab51ac1c8
No known key found for this signature in database
GPG key ID: 3C576B538F890866
6 changed files with 10 additions and 62 deletions

View file

@ -6,8 +6,8 @@
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/main.yml/badge.svg
:target: https://github.com/coddingtonbear/django-mailbox/actions/workflows/main.yml
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?