Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hobadee/emlparser

PowerShell module to parse EML files
https://github.com/hobadee/emlparser

email eml eml-files imf parser powershell powershell-module rfc5322

Last synced: about 1 month ago
JSON representation

PowerShell module to parse EML files

Awesome Lists containing this project

README

        

# EML Parser Module
This PowerShell module will parse an EML file (raw storage of an RFC5322 message) and allow operations on it.

# TODO
## Plugin system for headers
Header parsing should be handled via a plugin system eventually. Plugins will report what header names they operate on, and the header factory will pick which one to use based on that data