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):