{"id":19380680,"url":"https://github.com/massimo-rnd/FindMail","last_synced_at":"2025-04-23T19:33:44.545Z","repository":{"id":255254665,"uuid":"848989440","full_name":"massimo-rnd/FindMail","owner":"massimo-rnd","description":"A C# Mac Desktop Application that extracts E-Mails from a Website","archived":true,"fork":false,"pushed_at":"2024-11-16T10:29:26.000Z","size":72,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-23T09:52:47.030Z","etag":null,"topics":["csharp","desktop-app","email-extractor","email-scraper","macos"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/massimo-rnd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-28T19:17:04.000Z","updated_at":"2024-11-16T10:29:41.000Z","dependencies_parsed_at":"2024-11-16T14:16:46.118Z","dependency_job_id":null,"html_url":"https://github.com/massimo-rnd/FindMail","commit_stats":null,"previous_names":["druffko/findmail","massimo-rnd/findmail"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/massimo-rnd%2FFindMail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/massimo-rnd%2FFindMail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/massimo-rnd%2FFindMail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/massimo-rnd%2FFindMail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/massimo-rnd","download_url":"https://codeload.github.com/massimo-rnd/FindMail/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250499942,"owners_count":21440719,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","desktop-app","email-extractor","email-scraper","macos"],"created_at":"2024-11-10T09:14:32.668Z","updated_at":"2025-04-23T19:33:44.539Z","avatar_url":"https://github.com/massimo-rnd.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Important Notice\nPlease 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.\n\n[KAELUS](https://github.com/massimo-rnd/kaelus) offers the extended functionality and will be maintained with future updates and support for newer .NET Versions.\n\n\n\n\u003cdiv align=\"center\"\u003e\n\n![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/massimo-rnd/FindMail?include_prereleases)\n\n![.NET Version](https://img.shields.io/badge/.NET-7.0-brightgreen)\n![GitHub last commit](https://img.shields.io/github/last-commit/massimo-rnd/FindMail)\n\n  \u003cbr\u003e\n\n  ![GitHub All Releases](https://img.shields.io/github/downloads/massimo-rnd/FindMail/total)\n  ![GitHub closed issues](https://img.shields.io/github/issues-closed/massimo-rnd/FindMail)\n  ![GitHub issues](https://img.shields.io/github/issues/massimo-rnd/FindMail)\n  \n  \u003ch1\u003eFindMail\u003c/h1\u003e\n  \u003cp\u003e\n    FindMail is a simple macOS Desktop application written in C#, that extracts E-Mail-Addresses from any URL you enter.\u003cbr\u003e\n    Based on \u003ca href=\"https://github.com/massimo-rnd/email-extractor\"\u003emassimo-rnd/email-extractor\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n## Table of Contents\n- [About](#about)\n- [Features](#features)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n- [Contact](#contact)\n\n---\n\n## About\n\nFindMail is a simple macOS Desktop application written in C#, that extracts E-Mail-Addresses from any URL you enter.\n\n---\n\n## Features\n\n- ✅ Extract email addresses from websites\n- ✅ Show results in GUI\n\n---\n\n## Installation\n\n### Download the latest version\n\nTo start off, please head to the [releases page](https://github.com/massimo-rnd/FindMail/releases) and download a pre-built .app package.\n\n*If you don't trust me for some reason, feel free to download the latest released source code and build it your self.*\n\n### Launch the application\n\nLaunch the application using double clicking. If the Application won't execute because it's from a \"unknown developer\", right-click and click \"open\".\n\n---\n\n## Usage\n\n### Getting email addresses\nSimply 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.\n\n### Click start\nJust click start and the applicaton will search the website for email-addresses. Results will be returned in a scrollable textview.\n\n---\n\n## Contributing\n\nContributions are welcome! Please follow these steps:\n\n1. Fork the repository\n2. Create a new branch (`git checkout -b feature-name`)\n3. Commit your changes (`git commit -m 'Add some feature'`)\n4. Push to the branch (`git push origin feature-name`)\n5. Open a pull request\n\n---\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n---\n\n## Contact\n\n- **massimo-rnd** - [@massimo_rnd](https://x.com/massimo_rnd) - hi@massimo.gg\n- **Project Link** - https://github.com/massimo-rnd/FindMail\n\nFeel free to reach out if you have any questions or suggestions!\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmassimo-rnd%2FFindMail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmassimo-rnd%2FFindMail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmassimo-rnd%2FFindMail/lists"}