[PR #49] [MERGED] feat: add auto reply #346

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

📋 Pull Request Information

Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/49
Author: @dreamhunter2333
Created: 12/18/2023
Status: Merged
Merged: 12/18/2023
Merged by: @dreamhunter2333

Base: mainHead: feature/dev


📝 Commits (4)

📊 Changes

14 files changed (+349 additions, -33 deletions)

View changed files

📝 README.md (+1 -0)
📝 README_EN.md (+1 -0)
📝 db/schema.sql (+25 -4)
📝 frontend/src/api/index.js (+6 -3)
📝 frontend/src/router/index.js (+5 -0)
📝 frontend/src/store/index.js (+11 -0)
📝 frontend/src/views/Content.vue (+9 -10)
📝 frontend/src/views/Header.vue (+30 -2)
frontend/src/views/Settings.vue (+102 -0)
📝 worker/package.json (+2 -0)
📝 worker/pnpm-lock.yaml (+69 -2)
📝 worker/src/email.js (+31 -0)
📝 worker/src/router.js (+55 -10)
📝 worker/src/worker.js (+2 -2)

📄 Description

For #48


🔄 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/49 **Author:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Created:** 12/18/2023 **Status:** ✅ Merged **Merged:** 12/18/2023 **Merged by:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Base:** `main` ← **Head:** `feature/dev` --- ### 📝 Commits (4) - [`fcfd7b2`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/fcfd7b2d6b5de92fab597aa32b5ece166fd9cae8) feat: add auto reply - [`82fe018`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/82fe018efd20b923e5137f9a60f3381c27267d88) feat: add auto reply - [`55a3220`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/55a3220ae076faf17d9ebed51e12b4cd45300578) feat: update readme - [`f2c16be`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/f2c16be75a61dd81b2045960c9b53571d6df7c87) feat: add auto reply ### 📊 Changes **14 files changed** (+349 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `README_EN.md` (+1 -0) 📝 `db/schema.sql` (+25 -4) 📝 `frontend/src/api/index.js` (+6 -3) 📝 `frontend/src/router/index.js` (+5 -0) 📝 `frontend/src/store/index.js` (+11 -0) 📝 `frontend/src/views/Content.vue` (+9 -10) 📝 `frontend/src/views/Header.vue` (+30 -2) ➕ `frontend/src/views/Settings.vue` (+102 -0) 📝 `worker/package.json` (+2 -0) 📝 `worker/pnpm-lock.yaml` (+69 -2) 📝 `worker/src/email.js` (+31 -0) 📝 `worker/src/router.js` (+55 -10) 📝 `worker/src/worker.js` (+2 -2) </details> ### 📄 Description For #48 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 21:30:41 +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#346
No description provided.