Changelog
0.1.4 — 2026-06-21
ZOHO_APP_PASSWORDis now optional — falls back toZOHO_PASSWORDfor SMTP if not set (app password is only needed when 2FA is enabled)
0.1.3 — 2026-06-21
- Added
zohomail.ai— helpers for feeding emails into OpenAI, Anthropic, and other LLM SDKs - REST API server moved to
server/(not shipped with the pip package) - Removed
fastapi,uvicorn,pydanticfrom package dependencies — leaner install - Removed
zohomail-apiCLI entry point from package
0.1.2 — 2026-06-21
- Added
DocumentationURL to PyPI metadata - Badges (version, Python, license) added to README
- README restructured to focus on usage
- Fixed author URLs throughout (
/Melkon.Tech/ai/→melkon.tech)
0.1.1 — 2026-06-21
- Clearer package description emphasising read + send + reply capabilities
0.1.0 — 2026-06-21
Initial release.
ZohoMailClient— async client for listing and reading Zoho Mail on free-tier accountssend()— SMTP sender with HTML, CC, BCC, and reply threading support- CLI —
zohomail list / read / send / reply - FastAPI REST server —
zohomail-apiwith API key auth - Docker + Railway support
- Auto session caching and re-authentication on expiry
Built by MelkonTech