[PR #291] [MERGED] feat: add s3 attachment #512

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

📋 Pull Request Information

Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/291
Author: @dreamhunter2333
Created: 6/1/2024
Status: Merged
Merged: 6/1/2024
Merged by: @dreamhunter2333

Base: mainHead: feature/dev


📝 Commits (1)

📊 Changes

18 files changed (+1584 additions, -42 deletions)

View changed files

📝 CHANGELOG.md (+1 -0)
📝 frontend/src/api/index.js (+1 -0)
📝 frontend/src/components/MailBox.vue (+49 -21)
📝 frontend/src/store/index.js (+2 -0)
📝 frontend/src/utils/email-parser.js (+14 -12)
📝 frontend/src/views/Index.vue (+34 -4)
frontend/src/views/index/Attachment.vue (+91 -0)
📝 vitepress-docs/docs/.vitepress/zh.ts (+6 -5)
vitepress-docs/docs/public/feature/s3-download.png (+0 -0)
vitepress-docs/docs/public/feature/s3-save.png (+0 -0)
vitepress-docs/docs/zh/guide/feature/s3-attachment.md (+34 -0)
📝 vitepress-docs/docs/zh/guide/feature/telegram.md (+13 -0)
📝 worker/package.json (+2 -0)
📝 worker/pnpm-lock.yaml (+1240 -0)
📝 worker/src/commom_api.ts (+2 -0)
📝 worker/src/mails_api/index.ts (+4 -0)
worker/src/mails_api/s3_attachment.ts (+84 -0)
📝 worker/src/types.d.ts (+7 -0)

📄 Description

#277


🔄 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/291 **Author:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Created:** 6/1/2024 **Status:** ✅ Merged **Merged:** 6/1/2024 **Merged by:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Base:** `main` ← **Head:** `feature/dev` --- ### 📝 Commits (1) - [`4b5da7e`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/4b5da7e18812bc4b6c20da88330649269f51b399) feat: add s3 attachment ### 📊 Changes **18 files changed** (+1584 additions, -42 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -0) 📝 `frontend/src/api/index.js` (+1 -0) 📝 `frontend/src/components/MailBox.vue` (+49 -21) 📝 `frontend/src/store/index.js` (+2 -0) 📝 `frontend/src/utils/email-parser.js` (+14 -12) 📝 `frontend/src/views/Index.vue` (+34 -4) ➕ `frontend/src/views/index/Attachment.vue` (+91 -0) 📝 `vitepress-docs/docs/.vitepress/zh.ts` (+6 -5) ➕ `vitepress-docs/docs/public/feature/s3-download.png` (+0 -0) ➕ `vitepress-docs/docs/public/feature/s3-save.png` (+0 -0) ➕ `vitepress-docs/docs/zh/guide/feature/s3-attachment.md` (+34 -0) 📝 `vitepress-docs/docs/zh/guide/feature/telegram.md` (+13 -0) 📝 `worker/package.json` (+2 -0) 📝 `worker/pnpm-lock.yaml` (+1240 -0) 📝 `worker/src/commom_api.ts` (+2 -0) 📝 `worker/src/mails_api/index.ts` (+4 -0) ➕ `worker/src/mails_api/s3_attachment.ts` (+84 -0) 📝 `worker/src/types.d.ts` (+7 -0) </details> ### 📄 Description #277 --- <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:34 +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#512
No description provided.