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

26 lines
1.4 KiB
ReStructuredText
Raw Permalink Normal View History

2023-12-12 06:08:23 +01:00
.. image:: https://github.com/coddingtonbear/django-mailbox/actions/workflows/main.yml/badge.svg
:target: https://github.com/coddingtonbear/django-mailbox/actions/workflows/main.yml
2013-07-25 00:24:39 -07:00
2014-09-01 13:38:02 -07:00
.. image:: https://badge.fury.io/py/django-mailbox.png
2023-12-12 06:08:23 +01:00
:target: https://pypi.org/project/django-mailbox/
2014-09-01 13:38:02 -07:00
Easily ingest messages from POP3, IMAP, Office365 API or local mailboxes into your Django application.
2012-06-27 20:45:01 -07:00
2014-09-08 19:45:32 -07:00
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),
2018-01-13 22:24:57 +09:00
or directly receive e-mail messages from ``stdin`` (for locally processing messages from Postfix or Exim4).
2014-09-08 19:45:32 -07:00
2014-09-10 14:38:12 -07:00
These ingested messages will be stored in the database in Django models and you can process their content at will,
2014-09-08 19:47:28 -07:00
or -- if you're in a hurry -- by using a signal receiver.
2012-06-27 20:45:01 -07:00
2013-01-22 20:37:11 -08:00
- Documentation for django-mailbox is available on
`ReadTheDocs <http://django-mailbox.readthedocs.org/>`_.
- Please post issues on
2014-02-24 19:47:12 -08:00
`Github <http://github.com/coddingtonbear/django-mailbox/issues>`_.
2013-01-22 20:37:11 -08:00
- Test status available on
2023-12-12 06:08:23 +01:00
`Github-Actions <https://github.com/coddingtonbear/django-mailbox/actions/workflows/main.yml>`_.
2015-10-23 23:10:50 +00:00
.. 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