1
0
Fork 0

Removing receiver for incoming 'message received' signal in management command; enumerate through incoming messages instead.

This commit is contained in:
Adam Coddington 2012-06-28 09:41:31 -07:00
parent 413b60e35f
commit e8550b3797
2 changed files with 7 additions and 8 deletions

View file

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