mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 22:05:51 +03:00
[PR #796] [MERGED] feat: add source address regex forwarding #770
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#770
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/796
Author: @dreamhunter2333
Created: 12/29/2025
Status: ✅ Merged
Merged: 12/29/2025
Merged by: @dreamhunter2333
Base:
main← Head:feature/email📝 Commits (1)
5f37bebfeat: add source address regex forwarding for email rules📊 Changes
6 files changed (+247 additions, -48 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)📝
CHANGELOG_EN.md(+1 -0)📝
frontend/src/views/admin/AccountSettings.vue(+100 -7)➕
worker/src/email/forward.ts(+139 -0)📝
worker/src/email/index.ts(+3 -41)📝
worker/src/types.d.ts(+3 -0)📄 Description
User description
Summary
Changes
worker/src/email/forward.ts- New file for forwarding logicworker/src/email/index.ts- Refactored to use new forward moduleworker/src/types.d.ts- Added sourcePatterns and sourceMatchMode fieldsfrontend/src/views/admin/AccountSettings.vue- UI for regex configurationCHANGELOG.md/CHANGELOG_EN.md- Updated changelogFeatures
🤖 Generated with Claude Code
PR Type
Enhancement, Tests
Description
Introduced source address regex forwarding for email rules.
Added frontend UI for regex configuration and validation.
Implemented backend logic for regex-based email forwarding.
Updated changelogs to document new features.
Changes walkthrough 📝
AccountSettings.vue
Added UI for source address regex configuration and validationfrontend/src/views/admin/AccountSettings.vue
forward.ts
Added backend logic for regex-based email forwardingworker/src/email/forward.ts
index.ts
Refactored email forwarding to use new moduleworker/src/email/index.ts
forwardEmailfunction.types.d.ts
Updated types to support source address regex forwardingworker/src/types.d.ts
sourcePatternsandsourceMatchModefields to types.CHANGELOG.md
Updated changelog for source address regex forwardingCHANGELOG.md
CHANGELOG_EN.md
Updated changelog for source address regex forwarding (English)CHANGELOG_EN.md
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.