aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Ceratto <federico.ceratto@gmail.com>2015-08-26 09:34:30 +0100
committerFederico Ceratto <federico.ceratto@gmail.com>2015-08-26 09:34:30 +0100
commite5795f62e0b7395a8a111ab9984db726f4d1b662 (patch)
tree255a0a75781233d48999d8f54ae9f7f1f755471b
parentd28daff0ea22453ad3cd81e7bde2d33f371831ac (diff)
downloadpackages-e5795f62e0b7395a8a111ab9984db726f4d1b662.tar.gz
packages-e5795f62e0b7395a8a111ab9984db726f4d1b662.zip
Add POP3 client library
-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"
}
]