feat: add clear inbox and sent items functionality (#720)

- Add clear inbox/sent items APIs for users and admins
- Implement ENABLE_USER_DELETE_EMAIL permission checks
- Fix multilingual support for success messages
- Update Vue to 3.5.21 and Wrangler to 4.34.0
- Add UI components for clearing email data in account settings

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Dream Hunter
2025-09-05 20:43:28 +08:00
committed by GitHub
co-authored by Claude
parent 37cf0776b5
commit 2bbde15f53
12 changed files with 1543 additions and 1322 deletions
+7 -7
View File
@@ -11,20 +11,20 @@
"build": "wrangler deploy --dry-run --outdir dist --minify"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20250826.0",
"@cloudflare/workers-types": "^4.20250904.0",
"@eslint/js": "9.18.0",
"@simplewebauthn/types": "10.0.0",
"@types/node": "^22.18.0",
"@types/node": "^22.18.1",
"eslint": "9.18.0",
"globals": "^15.15.0",
"typescript-eslint": "^8.41.0",
"wrangler": "^4.33.0"
"typescript-eslint": "^8.42.0",
"wrangler": "^4.34.0"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.876.0",
"@aws-sdk/s3-request-presigner": "^3.876.0",
"@aws-sdk/client-s3": "^3.879.0",
"@aws-sdk/s3-request-presigner": "^3.879.0",
"@simplewebauthn/server": "10.0.1",
"hono": "^4.9.4",
"hono": "^4.9.6",
"jsonpath-plus": "^10.3.0",
"mimetext": "^3.0.27",
"postal-mime": "^2.4.4",