forked from mirror/django-mailbox
Bug fixes to support Django 1.7
This commit is contained in:
parent
e151006582
commit
b5d5207cd8
2 changed files with 35 additions and 30 deletions
|
|
@ -16,6 +16,7 @@ logging.basicConfig(level=logging.INFO)
|
|||
|
||||
|
||||
class Command(BaseCommand):
|
||||
args = "<[Mailbox Name (optional)]>"
|
||||
help = "Receive incoming mail via stdin"
|
||||
|
||||
def add_arguments(self, parser):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue