Skip to content

gcapnias/EmailKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. License
  6. Contact

About The Project

Extract attachments from .eml files using an automated tool.

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

You should have installed .NET Core v3.1 SDK installed. See Download .NET Core 3.1 page for details.

Installation

  1. Clone the repo
    git clone https://github.com/gcapnias/EmailKit.git
  2. Restore dependencies
    dotnet restore
  3. Build project
    dotnet build

Usage

Example usage:
```sh
 ./EmailKit Email01.eml 
```

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

George J. - @gcapnias - email@example.com

Project Link: https://github.com/gcapnias/EmailKit