Files
mailgo/.workbuddy/memory/2026-06-01.md
T
2026-06-01 19:51:19 +08:00

9 lines
633 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.
# 2026-06-01
## MailGo v3.1 增量更新
- **域名表单 TLS 端口自动切换**domain_form.html 增加 JS `togglePorts()`,勾选 TLS 自动切换 SMTP 25→465、IMAP 143→993、POP3 110→995
- **管理后台邮件可点击查看**admin/mails.html 邮件行改为可点击跳转 `/admin/mails/:id`
- **新增 AdminViewMail handler + admin/mail_view.html 模板**:管理员可查看任意用户邮件详情
- **新增 AdminDownloadAttachment handler + 路由**:管理员可下载任意用户附件(绕过归属校验)
- **AdminHandler 新增 storage 依赖**`NewAdminHandler(stores, attStorage)` 签名变更