mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-26 14:25:50 +03:00
[PR #301] [MERGED] feat: add mail-parser-wasm-worker #516
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#516
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/301
Author: @dreamhunter2333
Created: 6/4/2024
Status: ✅ Merged
Merged: 6/4/2024
Merged by: @dreamhunter2333
Base:
main← Head:feature/dev📝 Commits (1)
6c93028feat: add mail-parser-wasm-worker📊 Changes
18 files changed (+1282 additions, -1092 deletions)
View changed files
📝
frontend/package.json(+7 -7)📝
frontend/pnpm-lock.yaml(+894 -894)📝
mail-parser-wasm/.gitignore(+1 -0)📝
mail-parser-wasm/Cargo.toml(+1 -1)📝
mail-parser-wasm/README.md(+33 -4)➕
mail-parser-wasm/worker/index.d.ts(+9 -0)➕
mail-parser-wasm/worker/index.js(+12 -0)➕
mail-parser-wasm/worker/package.json(+24 -0)📝
vitepress-docs/docs/.vitepress/zh.ts(+1 -0)➕
vitepress-docs/docs/zh/guide/feature/mail_parser_wasm_worker.md(+63 -0)📝
worker/package.json(+4 -4)📝
worker/pnpm-lock.yaml(+152 -152)📝
worker/src/common.ts(+40 -0)📝
worker/src/constants.ts(+1 -1)📝
worker/src/mails_api/webhook_settings.ts(+12 -11)📝
worker/src/models/index.ts(+1 -1)📝
worker/src/telegram_api/telegram.ts(+19 -15)📝
worker/src/worker.ts(+8 -2)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.