email

Installation
SKILL.md

Email Operations Skill

Overview

This skill provides email capabilities through direct IMAP/SMTP protocol access using curl. It supports:

  • Sending emails via SMTP with TLS
  • Fetching email lists via IMAP
  • Reading email content by ID
  • Multi-account support with secure credential storage

Architecture

  • Protocol: Direct IMAP (port 993) and SMTP (port 465) over TLS
  • Security: Passwords stored in macOS Keychain, never in config files
  • Compatibility: Uses curl with OpenSSL/LibreSSL (better Tencent Enterprise Mail support than rustls)
  • Configuration: YAML-based account management in references/accounts.yaml

Available Scripts

Related skills
Installs
3
GitHub Stars
1
First Seen
Feb 20, 2026