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

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.

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.