Files
mail/AGENTS.md
Z.To 7ab9f00c4f Fearure:
- 增加收件箱功能(有BUG)
- 增加已发送|草稿箱|发送历史 本地记录
2026-04-09 21:48:21 +08:00

38 lines
705 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Pop 开发记录
## Changelog
| 日期 | 版本 | 描述 |
|------|------|------|
| 2026-04-09 | v0.1.0 | 初始规划:发送历史、收件箱功能 |
| 2026-04-09 | v0.1.1 | 配置简化支持多账户、自动识别Provider |
## 讨论记录
- [第1次功能规划](./doc/001-feature-planning.md)
- [第2次配置简化讨论](./doc/002-config-simplification.md)
## 配置文件格式
```yaml
accounts:
-
email: 邮箱
provider: 163
username: 用户名
password: 密钥
encryption: ssl
insecure: false
imap:
host: imap.163.com
port: 993
smtp:
host: smtp.163.com
port: 465
-
email: 邮箱
provider: qq
```