mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 22:05:51 +03:00
[PR #720] [MERGED] feat: add clear inbox and sent items functionality #719
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudflare_temp_email#719
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/720
Author: @dreamhunter2333
Created: 9/5/2025
Status: ✅ Merged
Merged: 9/5/2025
Merged by: @dreamhunter2333
Base:
main← Head:feature/email📝 Commits (1)
40a6cc0feat: add clear inbox and sent items functionality📊 Changes
12 files changed (+1547 additions, -1326 deletions)
View changed files
📝
frontend/package.json(+2 -2)📝
frontend/pnpm-lock.yaml(+282 -273)📝
frontend/src/views/admin/Account.vue(+86 -2)📝
frontend/src/views/index/AccountSettings.vue(+65 -2)📝
pages/package.json(+1 -1)📝
vitepress-docs/package.json(+2 -2)📝
vitepress-docs/pnpm-lock.yaml(+343 -334)📝
worker/package.json(+7 -7)📝
worker/pnpm-lock.yaml(+694 -700)📝
worker/src/admin_api/index.ts(+28 -0)📝
worker/src/common.ts(+1 -3)📝
worker/src/mails_api/index.ts(+36 -0)📄 Description
#713
User description
🤖 Generated with Claude Code
PR Type
Enhancement, Bug fix, Dependencies
Description
Add clear inbox and sent items functionality for users and admins.
Implement permission checks and multilingual support for success messages.
Update Vue, Wrangler, and other dependencies to latest versions.
Introduce UI components for clearing email data in account settings.
Changes walkthrough 📝
4 files
Add clear inbox and sent items UI for adminAdd clear inbox and sent items UI for usersAdd clear inbox and sent items APIs for usersAdd clear inbox and sent items APIs for admins1 files
Remove outdated TODO comment5 files
Update dependencies in pnpm-lock.yamlUpdate Vue and Wrangler versionsUpdate Wrangler and AWS SDK versionsUpdate Wrangler versionUpdate Wrangler and Node types versions2 files
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.