[PR #162] [MERGED] feat: add adminContact && DEFAULT_SEND_BALANCE #422

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

📋 Pull Request Information

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

Base: mainHead: feature/dev


📝 Commits (1)

  • 4a553ee feat: add adminContact && DEFAULT_SEND_BALANCE

📊 Changes

17 files changed (+175 additions, -110 deletions)

View changed files

📝 README.md (+4 -0)
📝 frontend/src/api/index.js (+2 -1)
📝 frontend/src/store/index.js (+1 -0)
📝 frontend/src/views/Admin.vue (+2 -2)
📝 frontend/src/views/Header.vue (+74 -60)
📝 frontend/src/views/MailBox.vue (+10 -6)
📝 frontend/src/views/admin/Account.vue (+2 -2)
frontend/src/views/admin/AdminContact.vue (+23 -0)
📝 frontend/src/views/admin/SenderAccess.vue (+2 -2)
📝 frontend/src/views/admin/Statistics.vue (+32 -30)
📝 frontend/src/views/send/SendMail.vue (+2 -2)
📝 vitepress-docs/docs/en/cli.md (+4 -0)
📝 vitepress-docs/docs/zh/guide/cli/worker.md (+5 -1)
📝 worker/src/router.js (+1 -0)
📝 worker/src/send_mail_api.js (+5 -2)
📝 worker/src/utils.js (+3 -2)
📝 worker/wrangler.toml.template (+3 -0)

📄 Description

#160


🔄 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/162 **Author:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Created:** 4/25/2024 **Status:** ✅ Merged **Merged:** 4/25/2024 **Merged by:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Base:** `main` ← **Head:** `feature/dev` --- ### 📝 Commits (1) - [`4a553ee`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/4a553ee9ac6ee7a9217a3e2ab49d6d3e071fc408) feat: add adminContact && DEFAULT_SEND_BALANCE ### 📊 Changes **17 files changed** (+175 additions, -110 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+4 -0) 📝 `frontend/src/api/index.js` (+2 -1) 📝 `frontend/src/store/index.js` (+1 -0) 📝 `frontend/src/views/Admin.vue` (+2 -2) 📝 `frontend/src/views/Header.vue` (+74 -60) 📝 `frontend/src/views/MailBox.vue` (+10 -6) 📝 `frontend/src/views/admin/Account.vue` (+2 -2) ➕ `frontend/src/views/admin/AdminContact.vue` (+23 -0) 📝 `frontend/src/views/admin/SenderAccess.vue` (+2 -2) 📝 `frontend/src/views/admin/Statistics.vue` (+32 -30) 📝 `frontend/src/views/send/SendMail.vue` (+2 -2) 📝 `vitepress-docs/docs/en/cli.md` (+4 -0) 📝 `vitepress-docs/docs/zh/guide/cli/worker.md` (+5 -1) 📝 `worker/src/router.js` (+1 -0) 📝 `worker/src/send_mail_api.js` (+5 -2) 📝 `worker/src/utils.js` (+3 -2) 📝 `worker/wrangler.toml.template` (+3 -0) </details> ### 📄 Description #160 --- <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:05 +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#422
No description provided.