From 31396e2d3ea1f2688bc9a70682ec31a7bbfe2c0c Mon Sep 17 00:00:00 2001 From: Dennis Chen Date: Fri, 17 Jan 2025 20:29:51 +0800 Subject: [PATCH] feat: add `postal-mime` (#335) Add [`postal-mime`](https://www.npmjs.com/package/postal-mime) > postal-mime is an email parsing library that runs in browser environments (including Web Workers) and serverless functions (like Cloudflare Email Workers). It takes in a raw email message (RFC822 format) and outputs a structured object containing headers, recipients, attachments, and more. ## Summary by CodeRabbit - **Chores** - Added a new package dependency to the project configuration. --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 7f47231..ad8b5ed 100644 --- a/package.json +++ b/package.json @@ -11530,6 +11530,9 @@ "post-messenger": { "version": "*" }, + "postal-mime": { + "version": "*" + }, "postcss": { "version": "*" },