1
0
Fork 0

Code cleanup; ensure no tb in the event of a very-long filename.

This commit is contained in:
Adam Coddington 2013-01-20 16:51:10 -08:00
parent 999dfb0ac3
commit 895fcff4b7
4 changed files with 22 additions and 6 deletions

View file

@ -4,7 +4,7 @@ tests_require=['django']
setup(
name='django-mailbox',
version='1.7',
version='1.8',
url='http://bitbucket.org/latestrevision/django-mailbox/',
description='Import mail from POP3, IMAP, local mailboxes or directly from Postfix or Exim4 into your Django application automatically.',
author='Adam Coddington',