mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-26 06:15:52 +03:00
[PR #104] [MERGED] feat: use rust mail-parser #377
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#377
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/104
Author: @dreamhunter2333
Created: 4/9/2024
Status: ✅ Merged
Merged: 4/9/2024
Merged by: @dreamhunter2333
Base:
main← Head:feature/dev📝 Commits (7)
4a9b80ffeat: imp worker v20f6d585feat: add rust mail-parser2933059feat: imp frontend v25598d62feat: imp frontend v29b24849feat: update docfb03cc1feat: add mailV1Alert3f5fcd8feat: remove unused📊 Changes
27 files changed (+856 additions, -533 deletions)
View changed files
📝
CHANGELOG(+18 -2)📝
README.md(+1 -3)📝
README_EN.md(+1 -3)➕
db/2024-04-09-patch.sql(+8 -0)📝
db/schema.sql(+9 -0)📝
frontend/package.json(+4 -0)📝
frontend/pnpm-lock.yaml(+184 -0)📝
frontend/src/api/index.js(+2 -1)📝
frontend/src/store/index.js(+1 -0)➕
frontend/src/utils/email-parser.js(+71 -0)📝
frontend/src/views/Admin.vue(+8 -5)📝
frontend/src/views/Header.vue(+21 -9)📝
frontend/src/views/Index.vue(+25 -30)📝
frontend/vite.config.js(+4 -0)➕
mail-parser-wasm/.gitignore(+14 -0)➕
mail-parser-wasm/Cargo.toml(+13 -0)➕
mail-parser-wasm/README.md(+16 -0)➕
mail-parser-wasm/src/lib.rs(+159 -0)📝
worker/package.json(+1 -8)➖
worker/patches/mailparser@3.6.9.patch(+0 -24)...and 7 more files
📄 Description
#97
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.