Skip to content

Commit

Permalink
Add emailparser (#2633)
Browse files Browse the repository at this point in the history
  • Loading branch information
mildred committed Jun 26, 2023
1 parent b435107 commit d95b326
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]

0 comments on commit d95b326

Please sign in to comment.