{"id":13430932,"url":"https://github.com/cmendible/netDumbster","last_synced_at":"2025-03-16T06:31:38.694Z","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":122,"open_issues_count":1,"forks_count":37,"subscribers_count":10,"default_branch":"main","last_synced_at":"2024-09-22T11:18:50.748Z","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":"2024-07-25T08:59:42.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":129,"total_committers":15,"mean_commits":8.6,"dds":0.4418604651162791,"last_synced_commit":"ca88740b3562f80ab82a696a3b4938524e275800"},"previous_names":[],"tags_count":14,"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":221656479,"owners_count":16858779,"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-07-31T02:00:59.092Z","updated_at":"2024-10-27T09:31:09.323Z","avatar_url":"https://github.com/cmendible.png","language":"C#","funding_links":[],"categories":["Frameworks, Libraries and Tools","框架, 库和工具","Libraries","Mail"],"sub_categories":["Mail","邮件","Mail and SMTP Server"],"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"}