https://github.com/leighmcculloch/emlx
Email file (.eml) attachment and embedded file extractor.
https://github.com/leighmcculloch/emlx
Last synced: 2 months ago
JSON representation
Email file (.eml) attachment and embedded file extractor.
- Host: GitHub
- URL: https://github.com/leighmcculloch/emlx
- Owner: leighmcculloch
- License: mit
- Created: 2021-05-01T05:47:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-15T05:42:29.000Z (almost 4 years ago)
- Last Synced: 2024-10-11T15:40:10.269Z (8 months ago)
- Language: Go
- Size: 41 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# emlx
Email file (.eml) attachment and embedded file extractor.## Install
```
brew install 4d63/emlx/emlx
```
or```
go install github.com/leighmcculloch/emlx@latest
```## Usage
```
emlx [emlfile.eml] [emlfile.eml] ...
```Directories are created with the eml files date and subject.
Attachments and embedded files are written to the directories.
Files with duplicate names overwrite and is not handled well.