adapt comments to gvafile server side

This commit is contained in:
Jan Dittberner 2015-01-29 21:03:55 +01:00
parent 99980767da
commit 33e78bcb69

View file

@ -73,7 +73,7 @@ def create_file_mailbox(username, mailboxname):
:param str username: the user name :param str username: the user name
:param str mailboxname: the mailbox name :param str mailboxname: the mailbox name
:raises GVAFileException: if the mailbox directory cannot be created :raises Exception: if the mailbox directory cannot be created
:return: the created mailbox directory name :return: the created mailbox directory name
:rtype: str :rtype: str
@ -87,7 +87,7 @@ def delete_file_mailbox(username, mailboxname):
:param str username: the user name :param str username: the user name
:param str mailboxname: the mailbox name :param str mailboxname: the mailbox name
:raises GVAFileException: if the mailbox directory cannot be deleted :raises Exception: if the mailbox directory cannot be deleted
:return: the deleted mailbox directory name :return: the deleted mailbox directory name
:rtype: str :rtype: str