1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00
No description
Find a file
2022-08-16 20:10:53 -05:00
.github/workflows made ci start on push for all branches 2022-08-16 20:10:53 -05:00
django_mailbox saw a couple deprecation messages in tox output 2022-08-16 20:09:48 -05:00
docs Add tests docs to CI and fix docs warning (#238) 2020-12-06 18:10:15 -08:00
.bumpversion.cfg Bump version: 4.8.1 → 4.8.2 2020-12-06 18:11:32 -08:00
.flake8 make tox -e flake8 work 2022-08-16 15:16:25 -05:00
.gitignore Avoid "settings.DATABASES is improperly configured. Please supply the NAME value." 2018-04-21 07:27:48 +02:00
.travis.yml Add tests docs to CI and fix docs warning (#238) 2020-12-06 18:10:15 -08:00
CHANGELOG.rst Update CHANGELOG.rst for 1.8.1 2019-10-15 05:18:17 +02:00
LICENSE Adding license. 2014-02-22 20:01:30 -08:00
manage.py Fix DJANGO_SETTINGS_MODULE in manage.py 2017-07-09 23:14:46 +02:00
MANIFEST.in Add locale files to package 2017-07-09 13:35:26 +03:00
readme.rst fixed badges 2022-08-16 20:10:43 -05:00
rtd_requirements.txt Add tests docs to CI and fix docs warning (#238) 2020-12-06 18:10:15 -08:00
setup.cfg Switch from nose to py.test. 2016-05-14 22:06:32 -07:00
setup.py Modernize syntax, drop Python EOL, drop drop Django<1.11, upgrade TravisCI config to v1, add Python 3.8 & Django 3.x 2019-11-09 19:23:08 +01:00
test_requirements.txt Fix travis test runner for django-mailbox. 2016-05-14 22:21:39 -07:00
tox.ini made 4.0 specific & added 4.1 2022-08-16 20:10:53 -05:00

.. image:: https://github.com/fleur/django-mailbox/actions/workflows/ci.yaml/badge.svg

.. image:: https://badge.fury.io/py/django-mailbox.svg
    :target: https://badge.fury.io/py/django-mailbox

.. image:: https://img.shields.io/pypi/dm/django-mailbox
    :target: https://pypi.python.org/pypi/django-mailbox



Easily ingest messages from POP3, IMAP, 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 under actions tab
  `Actions <https://github.com/coddingtonbear/django-mailbox/actions>`_.


.. 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