it turns out imaplib is incomplete. > I found a stackoverflow mentioning 3 other libs:
- https://github.com/martinrusev/imbox has a flushed out single long example, most stars - https://github.com/mjs/imapclient/ got the most upvotes on so (8), has shorter single example, updated today - https://github.com/ikvk/imap_tools has the most regularly commit activity, first mail downloading example is shortest, more docs follow
