mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 22:05:51 +03:00
[PR #291] [MERGED] feat: add s3 attachment #512
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudflare_temp_email#512
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:feature/dev📝 Commits (1)
4b5da7efeat: add s3 attachment📊 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.