[PR #301] [MERGED] feat: add mail-parser-wasm-worker #516

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

📋 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: mainHead: feature/dev


📝 Commits (1)

  • 6c93028 feat: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/dreamhunter2333/cloudflare_temp_email/pull/301 **Author:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Created:** 6/4/2024 **Status:** ✅ Merged **Merged:** 6/4/2024 **Merged by:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Base:** `main` ← **Head:** `feature/dev` --- ### 📝 Commits (1) - [`6c93028`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/6c93028333524566d9865f06769240c3bca0bf6b) feat: add mail-parser-wasm-worker ### 📊 Changes **18 files changed** (+1282 additions, -1092 deletions) <details> <summary>View changed files</summary> 📝 `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) </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:36 +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#516
No description provided.