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
- Host: GitHub
- URL: https://github.com/massimo-rnd/FindMail
- Owner: massimo-rnd
- License: mit
- Archived: true
- Created: 2024-08-28T19:17:04.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-16T10:29:26.000Z (5 months ago)
- Last Synced: 2025-04-23T09:52:47.030Z (2 days ago)
- Topics: csharp, desktop-app, email-extractor, email-scraper, macos
- Language: C#
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.






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/FindMailFeel free to reach out if you have any questions or suggestions!
---