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

Adding 'resend message received' admin action.

This commit is contained in:
Adam Coddington 2013-01-27 04:58:09 -08:00
parent a44d6d87d9
commit 11eb186978
2 changed files with 14 additions and 1 deletions

View file

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