Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hobadee/emlparser
- Owner: Hobadee
- License: gpl-3.0
- Created: 2024-12-07T08:41:09.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-27T23:37:34.000Z (about 1 month ago)
- Last Synced: 2024-12-28T00:21:38.244Z (about 1 month ago)
- Topics: email, eml, eml-files, imf, parser, powershell, powershell-module, rfc5322
- Language: PowerShell
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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