qqmail
SKILL.md
QQ Mail Manager
Manage QQ邮箱 via standard IMAP/SMTP protocols using Python scripts.
Prerequisites
The user must enable IMAP/SMTP in QQ Mail settings and obtain an authorization code (授权码):
- Log in to mail.qq.com → Settings (设置) → Account (账户)
- Enable IMAP/SMTP service
- Generate an authorization code (授权码) — this is NOT the QQ password
Configuration
The skill reads credentials from environment variables:
QQMAIL_USER— QQ email address (e.g.123456789@qq.com)QQMAIL_AUTH_CODE— Authorization code from QQ Mail settings (授权码)