From 1adf1a425fc27d9db29118db78b9bd01ebd9582c Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Tue, 29 Nov 2022 23:52:17 +0800 Subject: [PATCH] Add smtp0944 (#2413) * rename * Added package smtp --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 0c376e6..147c61a 100644 --- a/packages.json +++ b/packages.json @@ -27946,6 +27946,19 @@ "web": "https://github.com/nim-lang/cgi" }, { + "name": "smtp", + "url": "https://github.com/nim-lang/smtp", + "method": "git", + "tags": [ + "stdlib", + "smtp", + "official" + ], + "description": "SMTP client implementation (originally in the stdlib).", + "license": "MIT", + "web": "https://github.com/nim-lang/smtp" + }, + { "name": "asyncftpclient", "url": "https://github.com/nim-lang/asyncftpclient", "method": "git",