All Projects → coddingtonbear → Django Mailbox

coddingtonbear / Django Mailbox

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

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Django Mailbox

Django Vuejs Tutorial
A tutorial to integrate Vue.js with django
Stars: ✭ 242 (-3.97%)
Mutual labels:  django
Django Micro
Django as a microframework
Stars: ✭ 245 (-2.78%)
Mutual labels:  django
Django Layout
Django project template layout
Stars: ✭ 250 (-0.79%)
Mutual labels:  django
Django Rest Framework Datatables
Seamless integration between Django REST framework and Datatables.
Stars: ✭ 241 (-4.37%)
Mutual labels:  django
Cancan
cancan is a tiny permission controller base on ruby cancan library.
Stars: ✭ 244 (-3.17%)
Mutual labels:  django
Tweetme 2
Build a twitter-like app in Django, Bootstrap, Javascript, & React.js. Step-by-Step.
Stars: ✭ 247 (-1.98%)
Mutual labels:  django
Pyinstrument
🚴 Call stack profiler for Python. Shows you why your code is slow!
Stars: ✭ 3,870 (+1435.71%)
Mutual labels:  django
Django Private Storage
Private media file storage for Django projects
Stars: ✭ 250 (-0.79%)
Mutual labels:  django
Sh00t
Security Testing is not as simple as right click > Scan. It's messy, a tough game. What if you had missed to test just that one thing and had to regret later? Sh00t is a highly customizable, intelligent platform that understands the life of bug hunters and emphasizes on manual security testing.
Stars: ✭ 245 (-2.78%)
Mutual labels:  django
Fabricio
Docker deploy automation tool
Stars: ✭ 250 (-0.79%)
Mutual labels:  django
Fosswebsite
A club management system that handles student details, progress, events, achievements, attendance, status updates, teams and workshop registrations. This is the official [email protected] website
Stars: ✭ 242 (-3.97%)
Mutual labels:  django
Django Rest Registration
User-related REST API based on the awesome Django REST Framework
Stars: ✭ 240 (-4.76%)
Mutual labels:  django
Ecommerce website development
本项目基于Django1.8.2等来开发一个电商平台,可实现注册、登录、浏览、购买、支付等全部常用功能。
Stars: ✭ 246 (-2.38%)
Mutual labels:  django
Django Salesforce
Salesforce integration for Django's ORM using the SF REST API.
Stars: ✭ 241 (-4.37%)
Mutual labels:  django
Django Practice Book
《Django企业开发实战》已出版
Stars: ✭ 251 (-0.4%)
Mutual labels:  django
Django React Redux Base
Seedstars Labs Base Django React Redux Project
Stars: ✭ 2,629 (+943.25%)
Mutual labels:  django
Django Bootstrap Modal Forms
A Django plugin for creating AJAX driven forms in Bootstrap modal.
Stars: ✭ 244 (-3.17%)
Mutual labels:  django
Forum
Django forum clone from F2E.im support SAE
Stars: ✭ 252 (+0%)
Mutual labels:  django
Djangosige
Sistema Integrado de Gestão Empresarial baseado em Django
Stars: ✭ 250 (-0.79%)
Mutual labels:  django
Django Flat Responsive
📱 An extension for Django admin that makes interface mobile-friendly. Merged into Django 2.0
Stars: ✭ 249 (-1.19%)
Mutual labels:  django

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].