1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 14:32:34 +02:00
No description
Find a file
2018-05-15 01:00:46 +02:00
django_mailbox Fix Mailbox.get_connection 2018-05-15 01:00:46 +02:00
docs Update polling.rst 2018-03-21 08:55:47 -07:00
.bumpversion.cfg Bump version: 4.7.0 → 4.7.1 2018-02-09 00:13:54 -08:00
.flake8 Add flake8 style check 2017-05-09 23:59:42 +02:00
.gitignore Avoid "settings.DATABASES is improperly configured. Please supply the NAME value." 2018-04-21 07:27:48 +02:00
.travis.yml Add Django version (#162) 2018-03-09 10:09:06 -08:00
CHANGELOG.rst Update CHANGELOG.rst 2018-03-17 18:07:00 +01: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 fix typo. recieve => receive 2018-01-13 22:24:57 +09:00
rtd_requirements.txt Update django for rtd 2016-08-16 21:50:15 +02:00
setup.cfg Switch from nose to py.test. 2016-05-14 22:06:32 -07:00
setup.py Fix test in tox 2017-07-09 21:47:05 +02:00
test_requirements.txt Fix travis test runner for django-mailbox. 2016-05-14 22:21:39 -07:00
tox.ini Add makemigrations check in tox 2018-04-06 03:51:01 +02:00

.. image:: https://travis-ci.org/coddingtonbear/django-mailbox.png?branch=master
   :target: https://travis-ci.org/coddingtonbear/django-mailbox

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

.. image:: https://pypip.in/d/django-mailbox/badge.png
    :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 on
  `Travis-CI <https://travis-ci.org/coddingtonbear/django-mailbox>`_.


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