{"id":22134193,"url":"https://github.com/naseem-shawarba/smtp_server_lite","last_synced_at":"2025-07-11T01:37:53.872Z","repository":{"id":229687292,"uuid":"777372935","full_name":"naseem-shawarba/SMTP_Server_Lite","owner":"naseem-shawarba","description":"SMTP Server Lite is a lightweight implementation of an SMTP server in Java using NIO (Non-blocking I/O).","archived":false,"fork":false,"pushed_at":"2024-04-27T22:23:07.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-29T15:13:26.943Z","etag":null,"topics":["java","java-nio","server"],"latest_commit_sha":null,"homepage":"","language":"Java","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/naseem-shawarba.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":"2024-03-25T18:20:51.000Z","updated_at":"2024-05-11T16:28:26.000Z","dependencies_parsed_at":"2024-03-30T22:45:07.218Z","dependency_job_id":null,"html_url":"https://github.com/naseem-shawarba/SMTP_Server_Lite","commit_stats":null,"previous_names":["naseem-shawarba/smtp_server_lite"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naseem-shawarba%2FSMTP_Server_Lite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naseem-shawarba%2FSMTP_Server_Lite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naseem-shawarba%2FSMTP_Server_Lite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naseem-shawarba%2FSMTP_Server_Lite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/naseem-shawarba","download_url":"https://codeload.github.com/naseem-shawarba/SMTP_Server_Lite/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245248095,"owners_count":20584474,"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":["java","java-nio","server"],"created_at":"2024-12-01T19:10:03.459Z","updated_at":"2025-03-24T09:42:44.026Z","avatar_url":"https://github.com/naseem-shawarba.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SMTP Server Lite\n\n## Overview\nSMTP Server Lite is a lightweight implementation of an SMTP (Simple Mail Transfer Protocol) server in Java using NIO (Non-blocking I/O). It supports a reduced set of SMTP commands including HELO, MAIL FROM, RCPT TO, DATA, HELP, and QUIT. The Server stores the Received emails efficiently in files following a specific naming convention. The naming convention for the files is as follows: \n\n\u003c receiver \u003e/\u003c sender \u003e_\u003c message_id \u003e\n\n\n\n\n## Features\n- Implementation of a reduced version of the SMTP protocol.\n- Utilizes Java NIO for non-blocking I/O operations.\n- Supports concurrent handling of multiple emails.\n- Efficient storage of received emails in files.\n- Compatible with a simple SMTP client for testing purposes.\n\n## Installation\n- Clone the repository: `https://github.com/naseem-shawarba/SMTP_Server_Lite.git`\n- Compile the project using your preferred Java IDE or command-line tools.\n\n## Usage\n1. Run the SMTP Server Lite.\n2. Use a compatible SMTP client to send test emails. Alternatively, you can use Netcat with the following command:\n`netcat localhost \u003cportnumber\u003e`\n\nMake sure to end each command with a carriage return (CRLF). To insert a carriage return, press Ctrl+V followed by Ctrl+M. The carriage return will appear as (^M).\n\n3. Check the specified directory for stored emails.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaseem-shawarba%2Fsmtp_server_lite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnaseem-shawarba%2Fsmtp_server_lite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaseem-shawarba%2Fsmtp_server_lite/lists"}