Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/druffko/findmail
A C# Mac Desktop Application that extracts E-Mails from a Website
https://github.com/druffko/findmail
Last synced: 3 months ago
JSON representation
A C# Mac Desktop Application that extracts E-Mails from a Website
- Host: GitHub
- URL: https://github.com/druffko/findmail
- Owner: druffko
- License: mit
- Created: 2024-08-28T19:17:04.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-28T19:33:33.000Z (5 months ago)
- Last Synced: 2024-08-28T22:00:05.395Z (5 months ago)
- Language: C#
- Homepage:
- Size: 62.5 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/druffko/kaelus). As a result, FindMail should be regarded as outdated since this code is not receiving any updates.[KAELUS](https://github.com/druffko/kaelus) offers the extended functionality and will be maintained with future updates and support for newer .NET Versions.
![Repo-Image](https://druffko.gg/github-images/findmail.png)
![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/druffko/FindMail?include_prereleases)
![.NET Version](https://img.shields.io/badge/.NET-7.0-brightgreen)
![GitHub last commit](https://img.shields.io/github/last-commit/druffko/FindMail)
![GitHub All Releases](https://img.shields.io/github/downloads/druffko/FindMail/total)
![GitHub closed issues](https://img.shields.io/github/issues-closed/druffko/FindMail)
![GitHub issues](https://img.shields.io/github/issues/druffko/FindMail)
FindMail
FindMail is a simple macOS Desktop application written in C#, that extracts E-Mail-Addresses from any URL you enter.
Based on druffko/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/druffko/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
- **druffko** - [@druffko](https://twitter.com/druffko) - [email protected]
- **Project Link** - https://github.com/druffko/FindMailFeel free to reach out if you have any questions or suggestions!
---