implement automatic creation of mailbox names

- create mailbox name when saving new mailboxes in admin
- add MailboxManager that implement get_next_mailbox_name as manager for
  Mailbox
This commit is contained in:
Jan Dittberner 2014-12-27 00:24:05 +01:00
parent 8f5812ff29
commit 92c6b39e12
3 changed files with 24 additions and 1 deletions

View file

@ -1,6 +1,7 @@
Changelog
=========
* :feature:`-` automatic creation of mailbox names from user names
* :bug:`-` fix broken mailbox admin
* :release:`0.2.3 <2014-12-26>`