1
0
Fork 0
No description
Find a file
Pietro cff1066b66
Merge pull request #290 from Res42/master
fix: message.text throws exception with bad characters in attachment filename
2024-04-25 13:10:43 +02:00
.github/workflows fix CI implemented by pfouque 2023-12-10 23:18:20 +01:00
django_mailbox fix message.text exception when attachment filename header contains weird characters 2024-04-25 13:01:43 +02:00
docs Fix DJANGO_MAILBOX_DEFAULT_CHARSET setting 2023-12-17 06:06:19 +01:00
.bumpversion.cfg Bump version: 4.10.0 → 4.10.1 2024-04-20 19:22:52 -05:00
.flake8 Add flake8 style check 2017-05-09 23:59:42 +02:00
.gitignore fix message.text exception when attachment filename header contains weird characters 2024-04-25 13:01:43 +02:00
CHANGELOG.rst cleanup and update 2023-12-15 20:35:54 +01:00
LICENSE Adding license. 2014-02-22 20:01:30 -08:00
manage.py Make eml field Blankable 2023-12-17 06:27:45 +01:00
MANIFEST.in cleanup and update 2023-12-15 20:35:54 +01:00
readme.rst cleanup and update 2023-12-15 20:35:54 +01:00
rtd_requirements.txt Support for Django 5.0 and python 3.12 + Fix CI (#277) 2023-12-09 19:01:53 -08:00
setup.cfg Switch from nose to py.test. 2016-05-14 22:06:32 -07:00
setup.py Support for Django 5.0 and python 3.12 + Fix CI (#277) 2023-12-09 19:01:53 -08:00
test_requirements.txt Support for Django 5.0 and python 3.12 + Fix CI (#277) 2023-12-09 19:01:53 -08:00
tox.ini Support for Django 5.0 and python 3.12 + Fix CI (#277) 2023-12-09 19:01:53 -08:00

.. 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 <http://django-mailbox.readthedocs.org/>`_.
- Please post issues on
  `Github <http://github.com/coddingtonbear/django-mailbox/issues>`_.
- Test status available on
  `Github-Actions <https://github.com/coddingtonbear/django-mailbox/actions/workflows/main.yml>`_.


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