{"id":23273105,"url":"https://github.com/zhaytam/fakemailwatcher","last_synced_at":"2025-04-06T10:23:15.586Z","repository":{"id":114360135,"uuid":"112959404","full_name":"zHaytam/FakeMailWatcher","owner":"zHaytam","description":"A helper class that watchs a FakeMailGenerator email for new mails.","archived":false,"fork":false,"pushed_at":"2017-12-03T21:34:53.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-12T15:53:13.432Z","etag":null,"topics":[],"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/zHaytam.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":"2017-12-03T20:04:22.000Z","updated_at":"2019-11-25T21:52:16.000Z","dependencies_parsed_at":"2023-07-25T11:47:43.693Z","dependency_job_id":null,"html_url":"https://github.com/zHaytam/FakeMailWatcher","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zHaytam%2FFakeMailWatcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zHaytam%2FFakeMailWatcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zHaytam%2FFakeMailWatcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zHaytam%2FFakeMailWatcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zHaytam","download_url":"https://codeload.github.com/zHaytam/FakeMailWatcher/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247465459,"owners_count":20943179,"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":[],"created_at":"2024-12-19T19:32:34.339Z","updated_at":"2025-04-06T10:23:15.560Z","avatar_url":"https://github.com/zHaytam.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FakeMailWatcher\nA helper class that watchs a FakeMailGenerator email for new mails.\u003cbr /\u003e\nThis library is made with .NET Standard 2.0.\n\n## How to use\n\nWatch mails for *testemail457@dayrep.com*.\n```csharp\nvar watcher = new MailWatcher(\"dayrep.com\", \"testemail457\").OnMailReceived((watcher, mail) =\u003e \n{\n  Console.WriteLine(\"Mail #{0} received from {1}.\", mail.Id, mail.From);\n}).Start();\n```\n\nWatch mails coming from *xer-noreply@gmail.com* for *testemail457@dayrep.com*\n```csharp\nvar watcher = new MailWatcher(\"dayrep.com\", \"testemail457\", \"xer-noreply@gmail.com\").OnMailReceived((watcher, mail) =\u003e \n{\n  Console.WriteLine(\"Mail #{0} received from {1}.\", mail.Id, mail.From);\n}).Start();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhaytam%2Ffakemailwatcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzhaytam%2Ffakemailwatcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhaytam%2Ffakemailwatcher/lists"}