Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coddingtonbear/django-mailbox
Import mail from POP3, IMAP, local email mailboxes or directly from Postfix or Exim4 into your Django application automatically.
https://github.com/coddingtonbear/django-mailbox
django python
Last synced: 25 days ago
JSON representation
Import mail from POP3, IMAP, local email mailboxes or directly from Postfix or Exim4 into your Django application automatically.
- Host: GitHub
- URL: https://github.com/coddingtonbear/django-mailbox
- Owner: coddingtonbear
- License: mit
- Created: 2012-06-27T15:58:50.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-09-02T05:55:56.000Z (2 months ago)
- Last Synced: 2024-10-03T08:17:19.508Z (about 1 month ago)
- Topics: django, python
- Language: Python
- Homepage:
- Size: 3.38 MB
- Stars: 356
- Watchers: 22
- Forks: 164
- Open Issues: 28
-
Metadata Files:
- Readme: readme.rst
- Changelog: CHANGELOG.rst
- License: LICENSE
Awesome Lists containing this project
README
.. image:: https://github.com/coddingtonbear/django-mailbox/actions/workflows/main.yml/badge.svg
:target: https://github.com/coddingtonbear/django-mailbox/actions/workflows/main.yml.. image:: https://badge.fury.io/py/django-mailbox.png
:target: https://pypi.org/project/django-mailbox/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.- Documentation for django-mailbox is available on
`ReadTheDocs `_.
- Please post issues on
`Github `_.
- Test status available on
`Github-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