From 2c270c25212a48effe526c3236f18ea18ea30776 Mon Sep 17 00:00:00 2001 From: retoor Date: Wed, 4 Dec 2024 20:29:39 +0000 Subject: [PATCH] Update python_imap_usage.md --- python_imap_usage.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/python_imap_usage.md b/python_imap_usage.md index 01f5de0..ac6b15e 100644 --- a/python_imap_usage.md +++ b/python_imap_usage.md @@ -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