mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
Removing receiver for incoming 'message received' signal in management command; enumerate through incoming messages instead.
This commit is contained in:
parent
413b60e35f
commit
e8550b3797
2 changed files with 7 additions and 8 deletions
2
setup.py
2
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue