From 3e621d4b89c02fdc71a3098d8b26d868eb2d1bec Mon Sep 17 00:00:00 2001 From: retoor Date: Wed, 4 Dec 2024 20:31:03 +0000 Subject: [PATCH] Update python_imap_usage.md --- python_imap_usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python_imap_usage.md b/python_imap_usage.md index ac6b15e..18425ee 100644 --- a/python_imap_usage.md +++ b/python_imap_usage.md @@ -10,7 +10,7 @@ It requires: ## Reading messages -``` +```python import os import base64 import env @@ -73,7 +73,7 @@ except Exception as e: ## Sending email (requires my AsyncioPath made in other gist): -``` +```python from env import secret import asyncio