From 1176953cc21a7611d233c62e5a8b97a0836cff08 Mon Sep 17 00:00:00 2001 From: DuncBegg <78342596+DuncBegg@users.noreply.github.com> Date: Tue, 21 Feb 2023 17:34:56 +1100 Subject: [PATCH 1/2] Update samples.md --- docs/samples.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/samples.md b/docs/samples.md index 7e7e765b540..d649c5c522a 100644 --- a/docs/samples.md +++ b/docs/samples.md @@ -230,4 +230,6 @@ async def send_mail(): print(e.error.message) asyncio.run(send_mail()) -``` \ No newline at end of file +``` + +## Download Attachment from Email. From 76ed383d09d97a37d843d0ec8de084b5503915bc Mon Sep 17 00:00:00 2001 From: DuncBegg <78342596+DuncBegg@users.noreply.github.com> Date: Tue, 21 Feb 2023 17:36:49 +1100 Subject: [PATCH 2/2] Update samples.md --- docs/samples.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/samples.md b/docs/samples.md index d649c5c522a..8621d4c1f88 100644 --- a/docs/samples.md +++ b/docs/samples.md @@ -233,3 +233,4 @@ asyncio.run(send_mail()) ``` ## Download Attachment from Email. +This would be a very useful addition ... :)