mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
Merge a6b9553410 into 74cba103dd
This commit is contained in:
commit
bcf9017482
1 changed files with 3 additions and 0 deletions
|
|
@ -109,6 +109,9 @@ class Mailbox(models.Model):
|
||||||
|
|
||||||
objects = models.Manager()
|
objects = models.Manager()
|
||||||
active_mailboxes = ActiveMailboxManager()
|
active_mailboxes = ActiveMailboxManager()
|
||||||
|
|
||||||
|
def __str__(self):
|
||||||
|
return self.name
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def _protocol_info(self):
|
def _protocol_info(self):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue