Add nimMime (#1555)

* Add nimMime

Library for attaching files to emails.

* Fix name
This commit is contained in:
Thomas T. Jarløv 2020-07-10 12:20:42 +02:00 committed by GitHub
parent 808ab99ff7
commit a3063f91ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18656,5 +18656,19 @@
"description": "A blog post generator for people with priorities.",
"license": "CC0-1.0",
"web": "https://github.com/Knaque/jeknil"
},
{
"name": "mime",
"url": "https://github.com/enthus1ast/nimMime",
"method": "git",
"tags": [
"mime",
"email",
"mail",
"attachment"
],
"description": "Library for attaching files to emails.",
"license": "MIT",
"web": "https://github.com/enthus1ast/nimMime"
}
]