mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 22:05:51 +03:00
[PR #671] [MERGED] feat: cleanup support address and inactive address #691
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#691
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/671
Author: @dreamhunter2333
Created: 6/18/2025
Status: ✅ Merged
Merged: 6/18/2025
Merged by: @dreamhunter2333
Base:
main← Head:feature/dev📝 Commits (1)
ad4dd83feat: cleanup support address and inactive address📊 Changes
6 files changed (+115 additions, -29 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)📝
frontend/src/views/admin/Maintenance.vue(+38 -6)📝
worker/src/admin_api/cleanup_api.ts(+2 -4)📝
worker/src/common.ts(+50 -1)📝
worker/src/models/index.ts(+5 -16)📝
worker/src/scheduled.ts(+19 -2)📄 Description
User description
#634
PR Type
Enhancement
Description
Added auto-cleanup for inactive and old addresses.
Updated UI to support new cleanup options.
Enhanced backend logic for address cleanup.
Updated changelog to reflect new features.
Changes walkthrough 📝
Maintenance.vue
Add UI for address cleanup optionsfrontend/src/views/admin/Maintenance.vue
cleanup_api.ts
Extend cleanup API for address cleanupworker/src/admin_api/cleanup_api.ts
common.ts
Implement backend logic for address cleanupworker/src/common.ts
index.ts
Extend CleanupSettings for address cleanupworker/src/models/index.ts
CleanupSettingsto include new address cleanup options.scheduled.ts
Add scheduled tasks for address cleanupworker/src/scheduled.ts
CHANGELOG.md
Update changelog for address cleanup featuresCHANGELOG.md
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.