https://github.com/compwright/eml2csv
A script to extract contact information from a directory of email files
https://github.com/compwright/eml2csv
Last synced: 10 months ago
JSON representation
A script to extract contact information from a directory of email files
- Host: GitHub
- URL: https://github.com/compwright/eml2csv
- Owner: compwright
- License: mit
- Created: 2016-06-06T15:45:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-06T15:47:24.000Z (over 9 years ago)
- Last Synced: 2024-12-30T03:33:58.495Z (12 months ago)
- Language: PHP
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eml2csv
A script to extract contact information from a directory of .eml files
Extracts the name, email, address, and phone number from the email from header, subject, and signature at the end of the body.
## Requirements
Requires [Composer](https://getcomposer.org/). Once installed, run `composer install` to download the project dependencies.
## Usage
```
$ php eml2csv.php /path/to/directory > output.csv
```
## License
MIT License