[PR #175] [MERGED] feat: support admin create address && add ENABLE_USER_CREATE_EMAIL co… #427

Closed
opened 2026-02-26 21:31:07 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/175
Author: @dreamhunter2333
Created: 4/28/2024
Status: Merged
Merged: 4/28/2024
Merged by: @dreamhunter2333

Base: mainHead: feature/dev


📝 Commits (1)

  • 2885580 feat: support admin create address && add ENABLE_USER_CREATE_EMAIL config

📊 Changes

16 files changed (+306 additions, -153 deletions)

View changed files

📝 .github/workflows/docs_deploy.yml (+0 -2)
📝 CHANGELOG.md (+6 -1)
📝 frontend/src/api/index.js (+1 -0)
📝 frontend/src/components/MailBox.vue (+5 -1)
📝 frontend/src/store/index.js (+2 -6)
📝 frontend/src/views/Admin.vue (+7 -4)
📝 frontend/src/views/Header.vue (+90 -90)
📝 frontend/src/views/admin/Account.vue (+1 -1)
frontend/src/views/admin/CreateAccount.vue (+117 -0)
📝 frontend/src/views/admin/SenderAccess.vue (+1 -1)
📝 vitepress-docs/docs/en/cli.md (+2 -0)
📝 vitepress-docs/docs/zh/guide/cli/worker.md (+2 -0)
📝 worker/src/admin_api.js (+9 -1)
worker/src/common.js (+55 -0)
📝 worker/src/router.js (+6 -46)
📝 worker/wrangler.toml.template (+2 -0)

📄 Description

…nfig

#164


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dreamhunter2333/cloudflare_temp_email/pull/175 **Author:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Created:** 4/28/2024 **Status:** ✅ Merged **Merged:** 4/28/2024 **Merged by:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Base:** `main` ← **Head:** `feature/dev` --- ### 📝 Commits (1) - [`2885580`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/28855806d843f55bc7239318d061334e73157c11) feat: support admin create address && add ENABLE_USER_CREATE_EMAIL config ### 📊 Changes **16 files changed** (+306 additions, -153 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/docs_deploy.yml` (+0 -2) 📝 `CHANGELOG.md` (+6 -1) 📝 `frontend/src/api/index.js` (+1 -0) 📝 `frontend/src/components/MailBox.vue` (+5 -1) 📝 `frontend/src/store/index.js` (+2 -6) 📝 `frontend/src/views/Admin.vue` (+7 -4) 📝 `frontend/src/views/Header.vue` (+90 -90) 📝 `frontend/src/views/admin/Account.vue` (+1 -1) ➕ `frontend/src/views/admin/CreateAccount.vue` (+117 -0) 📝 `frontend/src/views/admin/SenderAccess.vue` (+1 -1) 📝 `vitepress-docs/docs/en/cli.md` (+2 -0) 📝 `vitepress-docs/docs/zh/guide/cli/worker.md` (+2 -0) 📝 `worker/src/admin_api.js` (+9 -1) ➕ `worker/src/common.js` (+55 -0) 📝 `worker/src/router.js` (+6 -46) 📝 `worker/wrangler.toml.template` (+2 -0) </details> ### 📄 Description …nfig #164 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 21:31:07 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudflare_temp_email#427
No description provided.