diff --git a/docs/samples.md b/docs/samples.md index 7e7e765b540..8621d4c1f88 100644 --- a/docs/samples.md +++ b/docs/samples.md @@ -230,4 +230,7 @@ async def send_mail(): print(e.error.message) asyncio.run(send_mail()) -``` \ No newline at end of file +``` + +## Download Attachment from Email. +This would be a very useful addition ... :)