From d95b32695fc3f30ae689009ae51a52423c853395 Mon Sep 17 00:00:00 2001 From: Mildred Ki'Lya Date: Tue, 27 Jun 2023 01:54:00 +0200 Subject: [PATCH] Add emailparser (#2633) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index b2a0364..3aa8233 100644 --- a/packages.json +++ b/packages.json @@ -30602,5 +30602,20 @@ "description": "Minimum viable bindings for OpenCV", "license": "MIT", "web": "https://github.com/tapsterbot/mvb-opencv" + }, + { + "name": "emailparser", + "url": "https://github.com/mildred/emailparser.nim", + "method": "git", + "tags": [ + "email", + "rfc822", + "rfc2822", + "parser", + "jmap" + ], + "description": "Email parser to JsonNode based on Cyrus JMAP parser", + "license": "BSD", + "web": "https://github.com/mildred/emailparser.nim" } ]