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

https://github.com/massimo-rnd/FindMail

A C# Mac Desktop Application that extracts E-Mails from a Website
https://github.com/massimo-rnd/FindMail

csharp desktop-app email-extractor email-scraper macos

Last synced: 1 day ago
JSON representation

A C# Mac Desktop Application that extracts E-Mails from a Website

Awesome Lists containing this project

README

        

# Important Notice
Please note that the development of this codebase has been surpassed by [KAELUS](https://github.com/massimo-rnd/kaelus). As a result, FindMail should be regarded as outdated since this code is not receiving any updates.

[KAELUS](https://github.com/massimo-rnd/kaelus) offers the extended functionality and will be maintained with future updates and support for newer .NET Versions.

![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/massimo-rnd/FindMail?include_prereleases)

![.NET Version](https://img.shields.io/badge/.NET-7.0-brightgreen)
![GitHub last commit](https://img.shields.io/github/last-commit/massimo-rnd/FindMail)


![GitHub All Releases](https://img.shields.io/github/downloads/massimo-rnd/FindMail/total)
![GitHub closed issues](https://img.shields.io/github/issues-closed/massimo-rnd/FindMail)
![GitHub issues](https://img.shields.io/github/issues/massimo-rnd/FindMail)

FindMail



FindMail is a simple macOS Desktop application written in C#, that extracts E-Mail-Addresses from any URL you enter.

Based on massimo-rnd/email-extractor


## Table of Contents
- [About](#about)
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)

---

## About

FindMail is a simple macOS Desktop application written in C#, that extracts E-Mail-Addresses from any URL you enter.

---

## Features

- ✅ Extract email addresses from websites
- ✅ Show results in GUI

---

## Installation

### Download the latest version

To start off, please head to the [releases page](https://github.com/massimo-rnd/FindMail/releases) and download a pre-built .app package.

*If you don't trust me for some reason, feel free to download the latest released source code and build it your self.*

### Launch the application

Launch the application using double clicking. If the Application won't execute because it's from a "unknown developer", right-click and click "open".

---

## Usage

### Getting email addresses
Simply enter the URL you want to scan. You can either enter the "http://" or "https://" or just simply leave it out. FindMail will "fix" the URL.

### Click start
Just click start and the applicaton will search the website for email-addresses. Results will be returned in a scrollable textview.

---

## Contributing

Contributions are welcome! Please follow these steps:

1. Fork the repository
2. Create a new branch (`git checkout -b feature-name`)
3. Commit your changes (`git commit -m 'Add some feature'`)
4. Push to the branch (`git push origin feature-name`)
5. Open a pull request

---

## License

This project is licensed under the [MIT License](LICENSE).

---

## Contact

- **massimo-rnd** - [@massimo_rnd](https://x.com/massimo_rnd) - [email protected]
- **Project Link** - https://github.com/massimo-rnd/FindMail

Feel free to reach out if you have any questions or suggestions!

---