fix: clarify account and address terminology (#1113)

* fix: clarify account and address terminology

* fix: narrow account and address terminology changes

* fix: simplify mailbox settings label

* fix: align mailbox translations and send docs
This commit is contained in:
Dream Hunter
2026-08-19 13:31:55 +08:00
committed by GitHub
parent a3c62de42f
commit 3bcc0c19ce
10 changed files with 112 additions and 60 deletions
+4
View File
@@ -14,8 +14,12 @@
### Bug Fixes
- fix: |Frontend| Relabel mailbox settings and deletion actions as email-address operations, and clarify that send permission and balance are managed independently for the current email address
### Improvements
- docs: |Send Mail| Document the differences between user accounts, email addresses, and send permission, including how to request permission for the currently selected address
- fix: |Worker| Throttle address-activity touches to one write per day so user settings and mailbox access do not repeatedly update recently active addresses, reducing D1 writes (issue #1103)
- feat: |User| Add server-side pagination for bound addresses, with totals queried only on the first page; validate user-mail list ownership with a JOIN and delete ownership with `EXISTS` instead of loading every bound address for large users (issue #1103)