Update python_imap_usage.md

This commit is contained in:
retoor 2024-12-04 20:29:39 +00:00
parent 4ea6b12996
commit 2c270c2521

View File

@ -1,6 +1,12 @@
# Python IMAP usage
# Python IMAP/SMTP usage
Two examples of how to use the builtin IMAP library.
Two examples of how to use the builtin IMAP/SMTP libraries.
These examples require other source code i've written to work.
It requires:
- AsyncioPath
- env.py (for converting base64 encoded environment variable to a string containing a [secret] (password))
## Reading messages