Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madmax3365/node-red-node-format-email
Node for formatting received emails
https://github.com/madmax3365/node-red-node-format-email
email-body-parsing node-red node-red-contrib
Last synced: about 7 hours ago
JSON representation
Node for formatting received emails
- Host: GitHub
- URL: https://github.com/madmax3365/node-red-node-format-email
- Owner: madmax3365
- Created: 2019-11-14T13:35:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-11T16:48:31.000Z (over 3 years ago)
- Last Synced: 2024-11-09T01:04:21.661Z (8 days ago)
- Topics: email-body-parsing, node-red, node-red-contrib
- Language: HTML
- Size: 79.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-red-node-format-email
Node for formatting received emails. Generally this node is port for [email-body-cleaner](https://github.com/madmax3365/email-body-cleaner)
Adds node in `functions` category# Installation
Run the following command in `~/.node-red`:
npm install node-red-node-format-email
## clean-body node
Cleans mail message body in
msg.payload
and returns msg object without touching other properties
Formatted message will be in
msg.formatted