mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-10 06:48: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()
|
||||
active_mailboxes = ActiveMailboxManager()
|
||||
|
||||
def __str__(self):
|
||||
return self.name
|
||||
|
||||
@property
|
||||
def _protocol_info(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue