1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00

Delete attachments after they are no longer referenced by an e-mail message. Fixes #1. Bumping version number to 1.8.3

This commit is contained in:
Adam Coddington 2013-02-03 14:52:42 -08:00
parent 83584af2e0
commit ee6b4b3e1d
3 changed files with 15 additions and 6 deletions

View file

@ -4,7 +4,7 @@ tests_require=['django']
setup(
name='django-mailbox',
version='1.8.2',
version='1.8.3',
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',