{"id":20238698,"url":"https://github.com/dotpep/email-client-app","last_synced_at":"2026-04-24T20:33:50.836Z","repository":{"id":220647997,"uuid":"752195074","full_name":"dotpep/email-client-app","owner":"dotpep","description":"Desktop Windows Apps to send and receive emails using SMTP, POP3 and Windows Forms, .NET 7.0","archived":false,"fork":false,"pushed_at":"2024-02-03T10:22:21.000Z","size":347,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-22T00:39:46.290Z","etag":null,"topics":["csharp","desktop-app","email-client","email-sender","pop3-client","receive-email","send-email","smtp-client","windows-app","windows-forms"],"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/dotpep.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}},"created_at":"2024-02-03T10:07:53.000Z","updated_at":"2025-02-22T00:30:13.000Z","dependencies_parsed_at":"2024-02-03T11:26:37.467Z","dependency_job_id":"7b96e366-0515-4df8-9626-bf0eb6f83cd4","html_url":"https://github.com/dotpep/email-client-app","commit_stats":null,"previous_names":["dotpep/email-client-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dotpep/email-client-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotpep%2Femail-client-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotpep%2Femail-client-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotpep%2Femail-client-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotpep%2Femail-client-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dotpep","download_url":"https://codeload.github.com/dotpep/email-client-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotpep%2Femail-client-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32239812,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-client","email-sender","pop3-client","receive-email","send-email","smtp-client","windows-app","windows-forms"],"created_at":"2024-11-14T08:35:24.744Z","updated_at":"2026-04-24T20:33:50.808Z","avatar_url":"https://github.com/dotpep.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Email Client Desktop App\n\nWindows Application using .NET 7.0 and Windows Forms, as email protocols for send SMTP and receive POP3, additional nuGet library OpenPop.\n\n## Features\n\n- Email Sending: Send emails to specified recipients with a subject and body.\n- Email Receiving: Receive and display emails from the configured email account.\n\n## Demonstration\n\n![EmailClientApp Interface and Sending/Received emails](assets/demo_email-client-app.png)\n![Result of sended email](assets/demo_email-client-app_result.png)\n\n## Getting Started\n\n### Installation\n\n1. Clone the repository: \n```bash\ngit clone https://github.com/dotpep/email-client-app\n```\n2. Open the project in your preferred C# development environment (e.g., Visual Studio).\n3. Check Configuration section below.\n4. Build and run the application.\n\n### Configuration\n\nBefore using the application, follow these steps to configure your email settings:\n\n1. Open project solution and EmailApp.cs file\n```csharp\n// Email sending configuration btnSend_Click()\nint smtpPort = 587;\nstring smtpUsername = \"your_gmail_address_name_@gmail.com\";\nstring smtpPassword = \"your_google_app_password\";\n// Email receiving configuration btnReceive_Click()\nint pop3Port = 995;\nstring pop3Username = \"your_gmail_address_name_@gmail.com\";\nstring pop3Password = \"your_google_app_password\";\n```\n2. Replace `\"your_gmail_address_name_@gmail.com\"` with your actual Gmail address.\n3. Generate an app password for Gmail by following the instructions [here](https://support.google.com/accounts/answer/185833?hl=en\u0026sjid=10291959553872721365-EU).\n4. Replace `\"your_google_app_password\"` with the app password generated from your Google account.\n\nBy completing these steps, your Email Client App will be configured to send and receive emails using the specified Gmail account.\n\n### Prerequisites\n\n- Visual Studio with .NET 7.0\n- Gmail Account\n- Google App Password - instructions [here](https://support.google.com/accounts/answer/185833?hl=en\u0026sjid=10291959553872721365-EU).\n- Network Connection\n\n## Usage\n\n1. Launch the exe file application.\n2. Enter the required information in the provided textboxes:\n    - Sender's email address\n    - Recipient's email address\n    - Email subject\n    - Email body\n3. Click the \"Send\" button to send the email.\n4. Click the \"Receive\" button to retrieve and display received emails in the list.\n5. Select an email from the list to view its details in the designated area.\n\n## Release\n\n- Version: 1.0.0\n- Release Date: 02.03.2024\n\n## TODO\n\n- [ ] advanced received emails\n- [ ] gmail login in apps using text components\n- [ ] release exe file \n\n## LICENCE\n\nThis project is licensed under the [MIT License](LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotpep%2Femail-client-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdotpep%2Femail-client-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotpep%2Femail-client-app/lists"}