{"id":19652500,"url":"https://github.com/cornersyrup/mail-command-support","last_synced_at":"2026-05-15T10:31:22.613Z","repository":{"id":63712873,"uuid":"567518393","full_name":"CornerSyrup/mail-command-support","owner":"CornerSyrup","description":"VSCode extension that support mail related commands.","archived":false,"fork":false,"pushed_at":"2023-01-22T15:20:29.000Z","size":3659,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-10T00:14:35.226Z","etag":null,"topics":["snippets","syntax-highlighting","vscode-extension","vscode-language","vscode-snippets"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/CornerSyrup.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-11-18T00:42:59.000Z","updated_at":"2024-02-27T02:36:37.000Z","dependencies_parsed_at":"2023-02-12T16:46:01.256Z","dependency_job_id":null,"html_url":"https://github.com/CornerSyrup/mail-command-support","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CornerSyrup%2Fmail-command-support","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CornerSyrup%2Fmail-command-support/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CornerSyrup%2Fmail-command-support/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CornerSyrup%2Fmail-command-support/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CornerSyrup","download_url":"https://codeload.github.com/CornerSyrup/mail-command-support/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240960990,"owners_count":19885236,"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":["snippets","syntax-highlighting","vscode-extension","vscode-language","vscode-snippets"],"created_at":"2024-11-11T15:11:05.098Z","updated_at":"2026-05-15T10:31:17.592Z","avatar_url":"https://github.com/CornerSyrup.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SMTP Command Support\n\n![GitHub](https://img.shields.io/github/license/KleinChiu/mail-command-support)\n![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/KleinChiu/mail-command-support?sort=semver)\n[![Deploy extension](https://github.com/KleinChiu/mail-command-support/actions/workflows/gh-release.yml/badge.svg)](https://github.com/KleinChiu/mail-command-support/actions/workflows/gh-release.yml)\n\nTry it out on [Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=cornersyrup.mail-command-support)!\n\nVSCode extension support mail related commands.\n\n## Features\n\nThis extension provides the following features:\n\nSMTP:\n\n-   Syntax highlight for SMTP commands\n-   Snippets for SMTP commands\n\nPOP3:\n\n-   Syntax highlight for POP3 commands\n-   Snippets for POP3 commands\n-   Tab completion for POP3 commands\n\n## Usage\n\nHere is an example to use this extension to create automated script.\n\n1. Create a mail template.\n2. Create a sending script\n3. Run it\n\nThen you'll send a daily greeting mail to your love automatically.\n\n`template.smtp`:\n\n```smtp\nMAIL FROM: alice@example.com\nRCPT TO: bob@example.com\nDATA\nsubject: Hi Bob\n\nHow's your day?\n\n%DATE%\nQUIT\n```\n\n`greeting.sh`:\n\n```sh\n#! /bin/bash\n\ncat template.smtp | sed -e \"s/%DATE%/$(date)/\" | nc localhost 25\n```\n\n### Syntax highlight\n\n![](docs/usage.png)\n\n![](docs/demo.gif)\n\n## Release Notes\n\nSee [CHANGELOG](CHANGELOG.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcornersyrup%2Fmail-command-support","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcornersyrup%2Fmail-command-support","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcornersyrup%2Fmail-command-support/lists"}