{"id":18033479,"url":"https://github.com/cmendible/netdumbster","last_synced_at":"2025-04-12T21:34:06.980Z","repository":{"id":41579734,"uuid":"2032772","full_name":"cmendible/netDumbster","owner":"cmendible","description":"netDumbster is a .Net Fake SMTP Server clone of the popular Dumbster","archived":false,"fork":false,"pushed_at":"2024-07-22T10:31:11.000Z","size":4265,"stargazers_count":126,"open_issues_count":2,"forks_count":38,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-04-04T01:10:02.071Z","etag":null,"topics":["c-sharp","hacktoberfest","smtp","smtp-server","unit-testing"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cmendible.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2011-07-11T21:27:49.000Z","updated_at":"2025-03-22T21:55:06.000Z","dependencies_parsed_at":"2024-01-02T22:45:17.293Z","dependency_job_id":"bb5dfc50-aebb-4efd-92cd-d2f4d0437c72","html_url":"https://github.com/cmendible/netDumbster","commit_stats":{"total_commits":142,"total_committers":18,"mean_commits":7.888888888888889,"dds":"0.23943661971830987","last_synced_commit":"43f3a57505ad338c1b43c4c3d2625b9ffd7a2ab6"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmendible%2FnetDumbster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmendible%2FnetDumbster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmendible%2FnetDumbster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmendible%2FnetDumbster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cmendible","download_url":"https://codeload.github.com/cmendible/netDumbster/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248636896,"owners_count":21137527,"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":["c-sharp","hacktoberfest","smtp","smtp-server","unit-testing"],"created_at":"2024-10-30T11:07:28.208Z","updated_at":"2025-04-12T21:34:06.957Z","avatar_url":"https://github.com/cmendible.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"![dotnetcore](https://github.com/cmendible/netDumbster/workflows/dotnetcore/badge.svg)\n\n# netDumbster \n**netDumbster** is a .Net Fake SMTP Server clone of the popular **Dumbster**.\n\n**netDumbster** is based on the API of **nDumbster** (http://ndumbster.sourceforge.net/default.html) and the nice C# Email Server (CSES) written by Eric Daugherty.\n\nLicense: http://www.apache.org/licenses/LICENSE-2.0.html\n\n# Usage\n\nCreate a netDumbster Server instance:\n````csharp\nusing var server = SimpleSmtpServer.Start(port);\n````\n\nCheck received email count:\n````csharp\nvar count = server.ReceivedEmailCount\n````\n\nGet the body of the first email received:\n````csharp\nvar smtpMessage = server.ReceivedEmail[0];\nvar body = smtpMessage.MessageParts[0].BodyData\n```` \n\nSubscribe to the message received event:\n````csharp\nserver.MessageReceived += (sender, args) =\u003e\n    {\n        // Get message body.\n        var body = args.Message.MessageParts[0].BodyData;\n    };\n````\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmendible%2Fnetdumbster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcmendible%2Fnetdumbster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmendible%2Fnetdumbster/lists"}