mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-26 22:35:51 +03:00
[PR #739] [MERGED] feat: add cleanup for unbound addresses feature #730
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#730
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/739
Author: @dreamhunter2333
Created: 10/12/2025
Status: ✅ Merged
Merged: 10/12/2025
Merged by: @dreamhunter2333
Base:
main← Head:feature/email📝 Commits (1)
d396648feat: add cleanup for unbound addresses feature📊 Changes
4 files changed (+31 additions, -0 deletions)
View changed files
📝
frontend/src/views/admin/Maintenance.vue(+16 -0)📝
worker/src/common.ts(+6 -0)📝
worker/src/models/index.ts(+2 -0)📝
worker/src/scheduled.ts(+7 -0)📄 Description
User description
🤖 Generated with Claude Code
PR Type
Enhancement, Documentation
Description
Added cleanup functionality for unbound addresses in backend logic.
Updated UI in the admin Maintenance panel for manual cleanup.
Integrated i18n support for unbound address cleanup labels (en/zh).
Implemented scheduled task for automatic unbound address cleanup.
Changes walkthrough 📝
Maintenance.vue
Added UI and i18n for unbound address cleanupfrontend/src/views/admin/Maintenance.vue
panel.
Chinese.
common.ts
Added backend logic for unbound address cleanupworker/src/common.ts
days.
index.ts
Updated CleanupSettings model for unbound address cleanupworker/src/models/index.ts
CleanupSettingsmodel to include unbound address cleanupfields.
scheduled.ts
Added scheduled task for unbound address cleanupworker/src/scheduled.ts
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.