call create/delete mailbox tasks when saving/deleting mailboxes
This commit is contained in:
parent
505b9c934b
commit
54b99281e3
3 changed files with 20 additions and 0 deletions
|
@ -51,3 +51,13 @@ def setup_file_mail_userdir(username):
|
|||
@shared_task
|
||||
def delete_file_mail_userdir(username):
|
||||
pass
|
||||
|
||||
|
||||
@shared_task
|
||||
def create_file_mailbox(username, mailboxname):
|
||||
pass
|
||||
|
||||
|
||||
@shared_task
|
||||
def delete_file_mailbox(username, mailboxname):
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue