Update python_imap_usage.md

This commit is contained in:
retoor 2024-12-04 20:31:03 +00:00
parent 0bfa7d2fef
commit 3e621d4b89

View File

@ -10,7 +10,7 @@ It requires:
## Reading messages ## Reading messages
``` ```python
import os import os
import base64 import base64
import env import env
@ -73,7 +73,7 @@ except Exception as e:
## Sending email (requires my AsyncioPath made in other gist): ## Sending email (requires my AsyncioPath made in other gist):
``` ```python
from env import secret from env import secret
import asyncio import asyncio