Send email with Mail Master 万能邮箱助手
VerifiedSend email with Mail Master 万能邮箱助手 — email & communication tool.
$ Add to .claude/skills/ About This Skill
Content available in Chinese
- # 邮件管理
- 通过阿里云邮箱、QQ邮箱或163邮箱等发送和接收邮件。
- ## 配置
- 编辑 `skills/email/scripts/config.json`,填写邮箱地址和授权码(非登录密码)。
- 授权码获取:
- QQ 邮箱:设置 > 账户 > 开启 IMAP/SMTP > 生成授权码
- 163 邮箱:设置 > POP3/SMTP/IMAP > 开启服务 > 设置授权密码
- 可通过 `default_mailbox` 字段设置默认邮箱(`"qq"` 或 `"163"`)。
- ## 命令行调用
- ```bash
- # 发送邮件
- python3 skills/email/scripts/mail.py send --to [email protected] --subject "主题" --content "内容"
- # 发送带附件
- python3 skills/email/scripts/mail.py send --to [email protected] --subject "报告" --content "请查收" --attach report.pdf
- # 接收最新邮件
- python3 skills/email/scripts/mail.py receive --limit 5
- # 接收邮件(JSON 输出,推荐 AI 使用)
- python3 skills/email/scripts/mail.py receive --limit 5 --json
- # 检查新邮件(最近 N 天)
- python3 skills/email/scripts/mail.py check-new --since 1
- # 检查新邮件(JSON 输出)
- python3 skills/email/scripts/mail.py check-new --since 1 --json
- # 删除邮件(移到已删除文件夹,QQ邮箱可恢复)
- python3 skills/email/scripts/mail.py delete --ids 123
- # 批量删除
- python3 skills/email/scripts/mail.py delete --ids 123 124 125
- # 彻底删除(不可恢复)
- python3 skills/email/scripts/mail.py delete --ids 123 --permanent
- # 指定邮箱类型
- python3 skills/email/scripts/mail.py --mailbox 163 send --to [email protected] --subject "测试"
- ```
- ## 删除邮件说明
- QQ 邮箱(IMAP):默认移到「已删除」文件夹,可以从已删除中恢复。加 `--permanent` 彻底删除。
- 163 邮箱(POP3):POP3 协议不支持文件夹操作,删除始终是永久的,不可恢复。
Use Cases
- Manage email operations including composing, sending, and organizing messages
- Create email templates for recurring communication patterns
- Automate email responses based on incoming message content and rules
- Organize inbox with automated labeling and folder routing
- Schedule emails for optimal delivery timing across time zones
Pros & Cons
Pros
- +Comprehensive email management covering compose, send, organize, and automate
- +Template system reduces time spent on repetitive email writing
- +Automated rules handle routine inbox organization without manual effort
Cons
- -Documentation primarily in Chinese
- -Only available on claude-code and openclaw platforms
- -Automation rules need careful configuration to avoid misrouting important emails
FAQ
What does Send email with Mail Master 万能邮箱助手 do?
Send email with Mail Master 万能邮箱助手 — email & communication tool.
What platforms support Send email with Mail Master 万能邮箱助手?
Send email with Mail Master 万能邮箱助手 is available on Claude Code, OpenClaw.
What are the use cases for Send email with Mail Master 万能邮箱助手?
Manage email operations including composing, sending, and organizing messages. Create email templates for recurring communication patterns. Automate email responses based on incoming message content and rules.
100+ free AI tools
Writing, PDF, image, and developer tools — all in your browser.
Next Step
Use the skill detail page to evaluate fit and install steps. For a direct browser workflow, move into a focused tool route instead of staying in broader support surfaces.