From a3063f91eee40e8f7ebb39e98b6b979f36b64205 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20T=2E=20Jarl=C3=B8v?= Date: Fri, 10 Jul 2020 12:20:42 +0200 Subject: [PATCH] Add nimMime (#1555) * Add nimMime Library for attaching files to emails. * Fix name --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 3880ede..1315498 100644 --- a/packages.json +++ b/packages.json @@ -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" } ]