mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 14:32:34 +02:00
26 lines
No EOL
1.4 KiB
ReStructuredText
26 lines
No EOL
1.4 KiB
ReStructuredText
.. image:: https://github.com/coddingtonbear/django-mailbox/actions/workflows/main.yml/badge.svg
|
|
:target: https://github.com/coddingtonbear/django-mailbox/actions/workflows/main.yml
|
|
|
|
.. image:: https://badge.fury.io/py/django-mailbox.png
|
|
:target: https://pypi.org/project/django-mailbox/
|
|
|
|
|
|
Easily ingest messages from POP3, IMAP, Office365 API or local mailboxes into your Django application.
|
|
|
|
This app allows you to either ingest e-mail content from common e-mail services (as long as the service provides POP3 or IMAP support),
|
|
or directly receive e-mail messages from ``stdin`` (for locally processing messages from Postfix or Exim4).
|
|
|
|
These ingested messages will be stored in the database in Django models and you can process their content at will,
|
|
or -- if you're in a hurry -- by using a signal receiver.
|
|
|
|
- Documentation for django-mailbox is available on
|
|
`ReadTheDocs <http://django-mailbox.readthedocs.org/>`_.
|
|
- Please post issues on
|
|
`Github <http://github.com/coddingtonbear/django-mailbox/issues>`_.
|
|
- Test status available on
|
|
`Github-Actions <https://github.com/coddingtonbear/django-mailbox/actions/workflows/main.yml>`_.
|
|
|
|
|
|
.. image:: https://badges.gitter.im/Join%20Chat.svg
|
|
:alt: Join the chat at https://gitter.im/coddingtonbear/django-mailbox
|
|
:target: https://gitter.im/coddingtonbear/django-mailbox?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge |