folder/Gmail.py added docstrings

This patch adds the docstrings
This commit is contained in:
Rodolfo García Peñas (kix) 2020-08-30 13:18:18 +02:00
parent 2ff748ac0e
commit 6be58c297d

View File

@ -183,6 +183,9 @@ class GmailFolder(IMAPFolder):
check against dryrun settings, so you need to ensure that check against dryrun settings, so you need to ensure that
savemessage is never called in a dryrun mode. savemessage is never called in a dryrun mode.
:param uid: Message UID
:param content: Message content
:param flags: Message flags
:param rtime: A timestamp to be used as the mail date :param rtime: A timestamp to be used as the mail date
:returns: the UID of the new message as assigned by the server. If the :returns: the UID of the new message as assigned by the server. If the
message is saved, but it's UID can not be found, it will message is saved, but it's UID can not be found, it will