aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 3ff2f79..1652689 100644
--- a/packages.json
+++ b/packages.json
@@ -3132,5 +3132,18 @@
"description": "libipset wrapper for Nim",
"license": "MIT",
"web": "https://github.com/rgv151/libipset.nim"
+ },
+ {
+ "name": "pop3",
+ "url": "https://github.com/FedericoCeratto/nim-pop3",
+ "method": "git",
+ "tags": [
+ "network",
+ "pop3",
+ "email"
+ ],
+ "description": "POP3 client library",
+ "license": "LGPLv3",
+ "web": "https://github.com/FedericoCeratto/nim-pop3"
}
]