call create/delete mailbox tasks when saving/deleting mailboxes

This commit is contained in:
Jan Dittberner 2014-12-27 16:31:43 +01:00
parent 505b9c934b
commit 54b99281e3
3 changed files with 20 additions and 0 deletions

View file

@ -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