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
2017-07-09 13:33:56 +03:00
django_mailbox Add translation for action short descriptions 2017-07-09 13:33:56 +03:00
docs Auto-add model fields as param in docs 2016-08-16 07:47:18 +02:00
.bumpversion.cfg Bump version: 4.5.3 → 4.5.4 2016-07-28 17:50:10 -07:00
.flake8 Add flake8 style check 2017-05-09 23:59:42 +02:00
.gitignore Add tox and tox-cache to gitignore (#105) 2016-08-03 10:11:33 -07:00
.travis.yml Add python3.6 & django1.11+ to tests 2017-07-08 15:01:55 +03:00
CHANGELOG.rst Updating changelog. 2015-07-07 23:19:44 -07:00
LICENSE Adding license. 2014-02-22 20:01:30 -08:00
MANIFEST.in Cleaning up tests; moving test e-mail messages; fixing bugs relating to message encoding rehydration. 2013-07-26 18:07:31 -07:00
readme.rst Add Gitter badge 2015-10-23 23:10:50 +00: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 Update django and python version in classifiers 2017-07-08 14:15:13 +02:00
test_requirements.txt Fix travis test runner for django-mailbox. 2016-05-14 22:21:39 -07:00
tox.ini Run 'flake8' tests via tox 2017-05-10 00:07:05 +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 recieve 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