On Sat, May 14, 2022, 6:29 AM Undiscussed Horrific Abuse, One Victim of Many <gmkarl@gmail.com> wrote:
my hands shake and my chest contract a little when I review apis with intent to use.

this is from python standard docs:

from imaplib import IMAP4
>>> with IMAP4("domain.org") as M:
...     M.noop()
...

:) this stuff is really hard

a next step might be finding again how to access gmail via imap