Fearure:
- 增加收件箱功能(有BUG) - 增加已发送|草稿箱|发送历史 本地记录
This commit is contained in:
37
AGENTS.md
Normal file
37
AGENTS.md
Normal file
@@ -0,0 +1,37 @@
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user