<div align="center">

### ⚠️🚨 WARNING: THIS NODE IS IN DEVELOPMENT 🚨⚠️

<span style="color: red; font-size: 20px; font-weight: bold;">
This project is under active development. Breaking changes may occur.  
	
**Please be prepared to update your workflows when upgrading this node.**  

</span>

</div>


# n8n-nodes-eml

This is an n8n community node. It lets you parse and generate EML files (RFC 822) in your workflows.

[EML](https://en.wikipedia.org/wiki/Email#Email_message_format) is a file format used by email clients to store messages. It is based on the [RFC 822](https://datatracker.ietf.org/doc/html/rfc822) standard.  

* [Installation](#installation)  
* [Operations](#operations)  
* [Resources](#resources)  
* [Version history](CHANGELOG.md)  

## Installation

Follow the [installation guide](https://docs.n8n.io/integrations/community-nodes/installation/) in the n8n community nodes documentation.

Package name: `n8n-nodes-eml`

NPMJS: [n8n-nodes-eml](https://www.npmjs.com/package/n8n-nodes-eml)

## Operations

* Parse EML file
* Generate EML file


## Resources

* [n8n community nodes documentation](https://docs.n8n.io/integrations/community-nodes/)


