← Back to Communication
Communication by @pierremenard

gmail-client

Read and send emails via Gmail

0
Source Code

Gmail Client

A simple Python-based tool to interact with Gmail using IMAP/SMTP.

Configuration

Requires GMAIL_USER and GMAIL_PASS (App Password) environment variables.

Usage

List Unread Emails

python3 skills/gmail-client/scripts/gmail_tool.py list

Read an Email

python3 skills/gmail-client/scripts/gmail_tool.py read <EMAIL_ID>

Send an Email

python3 skills/gmail-client/scripts/gmail_tool.py send <TO> <SUBJECT> <BODY>