adapt comments to gvafile server side
This commit is contained in:
parent
99980767da
commit
33e78bcb69
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue