diff --git a/index/gaspardkirira.smtp_client.json b/index/gaspardkirira.smtp_client.json new file mode 100644 index 0000000..b33d31c --- /dev/null +++ b/index/gaspardkirira.smtp_client.json @@ -0,0 +1,72 @@ +{ + "api": { + "format": "vix-api-1", + "generatedBy": "vix-cli", + "path": "vix.api.json", + "updatedAt": "2026-03-05T13:13:39Z" + }, + "constraints": { + "minCppStandard": "c++17", + "platforms": [ + "linux", + "macos", + "windows" + ] + }, + "dependencies": { + "git": [], + "registry": [], + "system": [] + }, + "description": "Minimal header-only SMTP client for sending emails with basic authentication and configurable SMTP server.", + "displayName": "smtp_client", + "documentation": "https://github.com/GaspardKirira/smtp_client#readme", + "exports": { + "headers": [ + "smtp_client/smtp_client.hpp" + ], + "modules": [ + "smtp_client/smtp_client.hpp" + ], + "namespaces": [] + }, + "homepage": "https://github.com/GaspardKirira/smtp_client", + "keywords": [ + "smtp", + "email", + "mailer", + "network", + "tcp", + "client", + "cpp", + "header-only", + "vix" + ], + "license": "MIT", + "maintainers": [ + { + "github": "gaspardkirira", + "name": "Gaspard Kirira" + } + ], + "manifestPath": "vix.json", + "name": "smtp_client", + "namespace": "gaspardkirira", + "quality": { + "ci": [], + "hasDocs": true, + "hasExamples": true, + "hasTests": true + }, + "repo": { + "defaultBranch": "main", + "url": "https://github.com/GaspardKirira/smtp_client" + }, + "type": "header-only", + "versions": { + "0.1.0": { + "commit": "03f9d051323e10a8f44c5e3d05870fa87ad8e099", + "tag": "v0.1.0" + } + } +}