feat: 邮件收发技能 - SMTP发送 + IMAP接收

This commit is contained in:
2026-04-10 16:48:41 +08:00
commit 3c0cb213c9
4 changed files with 1116 additions and 0 deletions

12
scripts/.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
# attachments 目录 - 保存邮件附件
attachments/
# Python 缓存
__pycache__/
*.py[cod]
# 日志文件
*.log
# 配置文件(包含密码)
smtp_config.json