From bf798290671e7ea02dd4a742d54b27bc70f3ff4b Mon Sep 17 00:00:00 2001 From: retoor Date: Wed, 4 Dec 2024 20:26:26 +0000 Subject: [PATCH] Update python_imap_usage.md --- python_imap_usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python_imap_usage.md b/python_imap_usage.md index 04ac7b6..8bb3858 100644 --- a/python_imap_usage.md +++ b/python_imap_usage.md @@ -1,4 +1,4 @@ -# Python SMTP usage +# Python IMAP usage Two examples of how to use the builtin IMAP library. @@ -65,7 +65,7 @@ except Exception as e: ``` -Sending email (requires my AsyncioPath made in other gist): +## Sending email (requires my AsyncioPath made in other gist): ``` class SMTP(AsyncioPatch):