django-mailbox

Import mail from POP3, IMAP, local mailboxes or directly from Postfix or Exim4 into your Django application automatically.


Keywords
django, python
License
MIT
Install
pip install django-mailbox==4.9.0

Documentation

https://travis-ci.org/coddingtonbear/django-mailbox.png?branch=master https://badge.fury.io/py/django-mailbox.png https://pypip.in/d/django-mailbox/badge.png

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.

Join the chat at https://gitter.im/coddingtonbear/django-mailbox