Table of Contents
Extract attachments from .eml files using an automated tool.
To get a local copy up and running follow these simple example steps.
You should have installed .NET Core v3.1 SDK installed. See Download .NET Core 3.1 page for details.
- Clone the repo
git clone https://github.com/gcapnias/EmailKit.git
- Restore dependencies
dotnet restore
- Build project
dotnet build
Example usage:
```sh
./EmailKit Email01.eml
```
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
George J. - @gcapnias - email@example.com
Project Link: https://github.com/gcapnias/EmailKit