From 6be58c297dc3bf4829fdda0bdb75b93b1dd9345b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolfo=20Garc=C3=ADa=20Pe=C3=B1as=20=28kix=29?= Date: Sun, 30 Aug 2020 13:18:18 +0200 Subject: [PATCH] folder/Gmail.py added docstrings This patch adds the docstrings --- offlineimap/folder/Gmail.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/offlineimap/folder/Gmail.py b/offlineimap/folder/Gmail.py index f3d2cf3..91c3e2a 100644 --- a/offlineimap/folder/Gmail.py +++ b/offlineimap/folder/Gmail.py @@ -183,6 +183,9 @@ class GmailFolder(IMAPFolder): check against dryrun settings, so you need to ensure that 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 :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