Skip to content

Commit

Permalink
feat: add postal-mime (#335)
Browse files Browse the repository at this point in the history
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.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Chores**
	- Added a new package dependency to the project configuration.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
Dennis273 authored Jan 17, 2025
1 parent 5a87ac1 commit 31396e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11530,6 +11530,9 @@
"post-messenger": {
"version": "*"
},
"postal-mime": {
"version": "*"
},
"postcss": {
"version": "*"
},
Expand Down

0 comments on commit 31396e2

Please sign in to comment.