[PR #248] [MERGED] feat: SMTP IMAP Proxy: add sendbox && UI: sendbox use split view #480

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

📋 Pull Request Information

Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/248
Author: @dreamhunter2333
Created: 5/18/2024
Status: Merged
Merged: 5/18/2024
Merged by: @dreamhunter2333

Base: mainHead: feature/dev


📝 Commits (1)

  • b035f34 feat: SMTP IMAP Proxy: add sendbox && UI: sendbox use split view

📊 Changes

8 files changed (+352 additions, -287 deletions)

View changed files

📝 CHANGELOG.md (+2 -0)
📝 frontend/src/components/MailBox.vue (+2 -2)
frontend/src/components/SendBox.vue (+262 -0)
📝 frontend/src/views/Index.vue (+6 -2)
📝 frontend/src/views/admin/SendBox.vue (+11 -121)
frontend/src/views/index/SendBox.vue (+0 -156)
📝 smtp_proxy_server/imap_server.py (+43 -5)
📝 smtp_proxy_server/parse_email.py (+26 -1)

📄 Description

No description provided


🔄 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/248 **Author:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Created:** 5/18/2024 **Status:** ✅ Merged **Merged:** 5/18/2024 **Merged by:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Base:** `main` ← **Head:** `feature/dev` --- ### 📝 Commits (1) - [`b035f34`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/b035f3436b388496c8a14f1292594362ad249475) feat: SMTP IMAP Proxy: add sendbox && UI: sendbox use split view ### 📊 Changes **8 files changed** (+352 additions, -287 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+2 -0) 📝 `frontend/src/components/MailBox.vue` (+2 -2) ➕ `frontend/src/components/SendBox.vue` (+262 -0) 📝 `frontend/src/views/Index.vue` (+6 -2) 📝 `frontend/src/views/admin/SendBox.vue` (+11 -121) ➖ `frontend/src/views/index/SendBox.vue` (+0 -156) 📝 `smtp_proxy_server/imap_server.py` (+43 -5) 📝 `smtp_proxy_server/parse_email.py` (+26 -1) </details> ### 📄 Description _No description provided_ --- <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:24 +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#480
No description provided.