mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 13:55:53 +03:00
[PR #710] [MERGED] feat: 账号设置页面增加 邮件转发规则 和 禁止接收未知地址邮件 配置 #711
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#711
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/710
Author: @dreamhunter2333
Created: 8/23/2025
Status: ✅ Merged
Merged: 8/23/2025
Merged by: @dreamhunter2333
Base:
main← Head:feature/email📝 Commits (1)
9d00b08feat: 账号设置页面增加 邮件转发规则 和 禁止接收未知地址邮件 配置📊 Changes
6 files changed (+199 additions, -12 deletions)
View changed files
📝
CHANGELOG.md(+2 -0)📝
frontend/src/views/admin/AccountSettings.vue(+150 -7)📝
worker/src/admin_api/index.ts(+9 -2)📝
worker/src/constants.ts(+1 -0)📝
worker/src/email/index.ts(+32 -3)📝
worker/src/models/index.ts(+5 -0)📄 Description
User description
#706
PR Type
Enhancement
Description
Added email forwarding configuration to the admin account settings page.
Introduced a feature to block emails sent to unknown addresses.
Updated backend logic to handle email forwarding and unknown address blocking.
Enhanced UI with modal for managing email forwarding rules.
Changes walkthrough 📝
AccountSettings.vue
Enhanced admin settings UI for email rulesfrontend/src/views/admin/AccountSettings.vue
index.ts
Updated admin API for email rule settingsworker/src/admin_api/index.ts
endpoints.
index.ts
Enhanced email handling for forwarding and blockingworker/src/email/index.ts
index.ts
Added model for email rule settingsworker/src/models/index.ts
EmailRuleSettingsto represent email ruleconfigurations.
constants.ts
Added constant for email rule settingsworker/src/constants.ts
CHANGELOG.md
Updated changelog with new featuresCHANGELOG.md
blocking.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.