Contents

django-mailbox 4.9.0

0

Import mail from POP3, IMAP, local mailboxes or directly from Postfix or Exim4 into your Django appl

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

Stars: 342, Watchers: 342, Forks: 163, Open Issues: 29

The coddingtonbear/django-mailbox repo was created 11 years ago and the last code push was 2 hours ago.
The project is popular with 342 github stars!

How to Install django-mailbox

You can install django-mailbox using pip

pip install django-mailbox

or add it to a project with poetry

poetry add django-mailbox

Package Details

Author
Adam Coddington
License
MIT
Homepage
http://github.com/coddingtonbear/django-mailbox/
PyPi:
https://pypi.org/project/django-mailbox/
GitHub Repo:
https://github.com/coddingtonbear/django-mailbox

Classifiers

  • Communications/Email
  • Communications/Email/Email Clients (MUA)
  • Communications/Email/Post-Office
  • Communications/Email/Post-Office/IMAP
  • Communications/Email/Post-Office/POP3
No  django-mailbox  pypi packages just yet.

Errors

A list of common django-mailbox errors.

Code Examples

Here are some django-mailbox code examples and snippets.

GitHub Issues

The django-mailbox package has 29 open issues on GitHub

  • compatibility w django 4.0
  • Error when upgrading to Django 4.0
  • ImportError: cannot import name ‘python_2_unicode_compatible’ from ‘django.utils.encoding’ (/opt/venv/lib/python3.8/site-packages/django/utils/encoding.py)
  • Added 'message/rfc822' attachment handling

See more issues on GitHub

Related Packages & Articles

django-log-request-id 2.1.0

Django middleware and log filter to attach a unique ID to every log message generated as part of a request

django-json-widget 2.0.1

An alternative widget that makes it easy to edit the new Django's field JSONField (PostgreSQL specific model fields)