{"id":22202270,"url":"https://github.com/rumkin/hypemail","last_synced_at":"2026-02-11T01:32:16.555Z","repository":{"id":152260178,"uuid":"72989944","full_name":"rumkin/hypemail","owner":"rumkin","description":"SMTP server example","archived":false,"fork":false,"pushed_at":"2017-01-14T14:02:30.000Z","size":13,"stargazers_count":13,"open_issues_count":0,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-27T05:27:30.237Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/rumkin.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,"zenodo":null}},"created_at":"2016-11-06T12:44:33.000Z","updated_at":"2023-07-17T05:32:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"5101827a-1d52-4197-9c13-277ac5c740d8","html_url":"https://github.com/rumkin/hypemail","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rumkin/hypemail","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumkin%2Fhypemail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumkin%2Fhypemail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumkin%2Fhypemail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumkin%2Fhypemail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rumkin","download_url":"https://codeload.github.com/rumkin/hypemail/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumkin%2Fhypemail/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29324198,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T00:34:26.354Z","status":"ssl_error","status_checked_at":"2026-02-11T00:34:09.494Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2024-12-02T16:13:11.978Z","updated_at":"2026-02-11T01:32:16.544Z","avatar_url":"https://github.com/rumkin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hypemail\n\nHypemail is an example of email processing automation with nodejs. It receives\nemail, parse it and send via websocket as a JSON.\n\n## Example\n\nParsed email looks like that:\n\n```json\n{\n    \"html\": \"\u003cdiv\u003eHi this is a test message. Notify me if you get it\u003c/div\u003e\\n\",\n    \"headers\": {\n        \"received\": [\n            \"from mxback5g.mail.yandex.net (mxback5g.mail.yandex.net [77.88.29.166]) by forward17p.cmail.yandex.net (Yandex) with ESMTP id 372CD212FE for \u003cc28ec25d@hm.rumk.in\u003e; Sat,  5 Nov 2016 06:22:23 +0300 (MSK)\",\n            \"from web20g.yandex.ru (web20g.yandex.ru [95.108.253.229]) by mxback5g.mail.yandex.net (nwsmtp/Yandex) with ESMTP id j2CjR0Q3Ek-MN2SfLo3; Sat, 05 Nov 2016 06:22:23 +0300\",\n            \"by web20g.yandex.ru with HTTP; Sat, 05 Nov 2016 06:22:23 +0300\"\n        ],\n        \"from\": \"Some User \u003cuser@host\u003e\",\n        \"to\": \"c28ec25d@hm.rumk.in\",\n        \"subject\": \"asdasd a\",\n        \"mime-version\": \"1.0\",\n        \"message-id\": \"\u003c7119991478316143@web20g.yandex.ru\u003e\",\n        \"x-mailer\": \"Yamail [ http://yandex.ru ] 5.0\",\n        \"date\": \"Sat, 05 Nov 2016 06:22:23 +0300\",\n        \"content-transfer-encoding\": \"7bit\",\n        \"content-type\": \"text/html\"\n    },\n    \"subject\": \"Test message\",\n    \"messageId\": \"7119991478316143@web20g.yandex.ru\",\n    \"priority\": \"normal\",\n    \"from\": [\n        {\n            \"address\": \"user@host\",\n            \"name\": \"Some User\"\n        }\n    ],\n    \"to\": [\n        {\n            \"address\": \"c28ec25d@hm.rumk.in\",\n            \"name\": \"\"\n        }\n    ],\n    \"date\": \"2016-11-05T03:22:23.000Z\",\n    \"receivedDate\": \"2016-11-05T03:22:23.000Z\",\n    \"spamReport\": {\n        \"responseCode\": 0,\n        \"responseMessage\": \"EX_OK\",\n        \"isSpam\": false,\n        \"spamScore\": 1.7,\n        \"baseSpamScore\": 5,\n        \"report\": [\n            {\n                \"score\": \"0.0\",\n                \"name\": \"HTML_MESSAGE\",\n                \"description\": \"BODY\",\n                \"type\": \"HTML\"\n            },\n            {\n                \"score\": \"1.1\",\n                \"name\": \"MIME_HTML_ONLY\",\n                \"description\": \"BODY\",\n                \"type\": \"Message\"\n            }\n        ]\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frumkin%2Fhypemail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frumkin%2Fhypemail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frumkin%2Fhypemail/lists"}