Update python_imap_usage.md
This commit is contained in:
parent
5bf3bc26f8
commit
bf79829067
@ -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):
|
||||||
|
Loading…
Reference in New Issue
Block a user