1
0
Fork 0

Adding get_text_body convenience method.

This commit is contained in:
Adam Coddington 2013-01-20 14:27:15 -08:00
parent 0a283e9ade
commit afa82b861c
4 changed files with 58 additions and 1 deletions

View file

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