forked from mirror/django-mailbox
Model modifications for allowing empty source inputs; adding processincomingmessage management command.
--HG-- branch : exim4_pipe
This commit is contained in:
parent
f933fd666b
commit
b7192e9149
2 changed files with 17 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue