This skill equips the agent with a full-featured email client accessible via the mail-cli command. The agent can send, receive, search, organize, and automate emails entirely from the terminal through IMAP/SMTP protocols, with offline-first local storage. It also provides a local HTTP API server for programmatic integration.
Choose the reference that matches the task at hand. Each reference includes purpose, scenarios, best practices, and full command syntax.
Output Control & Error Handling Reference: references/output-and-errors.md
에이전트에게 터미널에서 직접 또는 로컬 HTTP API를 통해 이메일을 보내고 받고 검색하고 관리할 수 있는 기능을 제공합니다. 상담원이 이메일 작업(메시지 보내기, 받은 편지함 읽기, 답장, 전달, 연락처 관리, 태그/폴더/필터로 정리, 백그라운드 동기화 예약, 새 이메일 이벤트에 대한 웹후크 설정, 이메일 워크플로 자동화)을 처리해야 할 때 이 기술을 사용하세요. 구조화된 출력(--format json/markdown/html), 필드 선택(--fields), 표준화된 종료 코드 및 OpenAPI 문서가 포함된 로컬 REST API를 지원합니다. Gmail, Outlook, QQ Mail 등을 포함한 IMAP/SMTP 공급자와 작동합니다. 키워드 활성화: 이메일 보내기, 받은 편지함 확인, 회신, 전달, 이메일 자동화, 연락처, 이메일 템플릿, 알림, 웹후크, http api, json 형식, 필드 선택, 제공, openapi. 출처: eric8810/open-mail-cli.