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

Model modifications for allowing empty source inputs; adding processincomingmessage management command.

--HG--
branch : exim4_pipe
This commit is contained in:
Adam Coddington 2012-10-07 19:43:38 -07:00
parent f933fd666b
commit b7192e9149
2 changed files with 17 additions and 1 deletions

View file

@ -22,7 +22,9 @@ class Mailbox(models.Model):
<br />
Be sure to urlencode your username and password should they
contain illegal characters (like @, :, etc).
"""
""",
blank=True,
default=None,
)
@property