1
0
Fork 0

Adding file-based transports including Maildir, Mbox, Babyl, MH, and MMDF.

This commit is contained in:
Adam Coddington 2012-06-30 22:30:13 -07:00
parent 6a0305f944
commit aa0b79b36f
13 changed files with 174 additions and 77 deletions

View file

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='django_mailbox',
version='0.2',
version='1.0',
url='http://bitbucket.org/latestrevision/django-mailbox/',
description='Automatically import mail from POP3 or IMAP into Django',
author='Adam Coddington',