mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-05-07 08:12:46 +08:00
* fix: mail-parser-wasm treat message/rfc822 attachments as regular attachments Previously, message/rfc822 attachments (e.g. .eml files) were recursively parsed for sub-attachments instead of being returned directly, causing them to be silently dropped. Now all attachments are returned regardless of type. Bump version to 0.2.2. Add .gitignore for worker build artifacts. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * chore: add missing entries to worker .gitignore Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * chore: bump mail-parser-wasm to 0.2.2 in frontend Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>