Update python_imap_usage.md

This commit is contained in:
retoor 2024-12-04 20:26:26 +00:00
parent 5bf3bc26f8
commit bf79829067

View File

@ -1,4 +1,4 @@
# Python SMTP usage # Python IMAP usage
Two examples of how to use the builtin IMAP library. 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): class SMTP(AsyncioPatch):