Please note that the development of this codebase has been surpassed by KAELUS. As a result, FindMailWin should be regarded as outdated since this code is not receiving any updates.
KAELUS offers the extended functionality and will be maintained with future updates and support for newer .NET Versions.
FindMailWin is a simple Windows Desktop application written in C#, that extracts E-Mail-Addresses from any URL you enter.
Based on massimo-rnd/email-extractor
FindMailWin is a simple Windows Desktop application written in C#, that extracts E-Mail-Addresses from any URL you enter.
- ✅ Extract email addresses from websites
- ✅ Show results in GUI
To start off, please head to the releases page 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 using double clicking. If the Application won't execute because it's from a "unknown developer", right-click and click "open".
Simply enter the URL you want to scan. You can either enter the "http://" or "https://" or just simply leave it out. FindMailWin will "fix" the URL.
Just click start and the applicaton will search the website for email-addresses. Results will be returned in a scrollable textview.
Contributions are welcome! Please follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature-name) - Commit your changes (
git commit -m 'Add some feature') - Push to the branch (
git push origin feature-name) - Open a pull request
This project is licensed under the MIT License.
- massimo-rnd - @massimo_rnd - hi@massimo.gg
- Project Link - https://github.com/massimo-rnd/FindMailWin
Feel free to reach out if you have any questions or suggestions!