Add smtp0944 (#2413)

* rename

* Added package smtp
This commit is contained in:
ringabout 2022-11-29 23:52:17 +08:00 committed by GitHub
parent abfce112d7
commit 1adf1a425f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",