mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-26 06:15:52 +03:00
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#677
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/647
Author: @Zyx-A
Created: 4/29/2025
Status: ✅ Merged
Merged: 4/30/2025
Merged by: @dreamhunter2333
Base:
main← Head:main📝 Commits (1)
80894a4feature: 基于子域名转发到不同的邮箱中去 (#645)📊 Changes
5 files changed (+52 additions, -2 deletions)
View changed files
📝
worker/src/admin_api/worker_config.ts(+2 -1)📝
worker/src/email/index.ts(+25 -0)📝
worker/src/types.d.ts(+6 -0)📝
worker/src/utils.ts(+17 -1)📝
worker/wrangler.toml.template(+2 -0)📄 Description
[Feature] 基于子域名转发到不同的邮箱中去 https://github.com/dreamhunter2333/cloudflare_temp_email/issues/645
按我自己的理解,进行了源码修改,应
dreamhunter2333要求,重新做了兼容性调整,主要新增了SUBDOMAIN_FORWARD_ADDRESS_LIST变量,使其同 USER_ROLES 变量语法类似。SUBDOMAIN_FORWARD_ADDRESS_LIST变量值格式为:其中domains的列表值可为空,为空则代表将全局所有邮件转发到指定邮箱,即如果赋值为
则与
FORWARD_ADDRESS_LIST效果等同🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.