(20241127) Mail sending (with replies) tested :)

This commit is contained in:
2024-11-27 13:54:29 +05:30
parent 759b5a05be
commit 535f998272
12 changed files with 1768 additions and 1403 deletions
+4 -2
View File
@@ -232,7 +232,8 @@ class AsyncGoogleBase:
url: str,
headers: dict = None,
json: dict = None,
data: dict = None
data: dict = None,
content: str | bytes = None
) -> GoogleApiResponse:
"""
@@ -259,7 +260,8 @@ class AsyncGoogleBase:
url = url,
headers = headers,
json = json,
data = data
data = data,
content = content
)
# Note down the results: