Skip to content

Changelog

0.1.4 — 2026-06-21

  • ZOHO_APP_PASSWORD is now optional — falls back to ZOHO_PASSWORD for 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, pydantic from package dependencies — leaner install
  • Removed zohomail-api CLI entry point from package

0.1.2 — 2026-06-21

  • Added Documentation URL 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 accounts
  • send() — SMTP sender with HTML, CC, BCC, and reply threading support
  • CLI — zohomail list / read / send / reply
  • FastAPI REST server — zohomail-api with API key auth
  • Docker + Railway support
  • Auto session caching and re-authentication on expiry

Built by MelkonTech