aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-08-26 16:58:13 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2015-08-26 16:58:13 +0100
commitb996a4d2e63913c96e12bc2607335a3e0531a7e6 (patch)
tree255a0a75781233d48999d8f54ae9f7f1f755471b
parentd28daff0ea22453ad3cd81e7bde2d33f371831ac (diff)
parente5795f62e0b7395a8a111ab9984db726f4d1b662 (diff)
downloadpackages-b996a4d2e63913c96e12bc2607335a3e0531a7e6.tar.gz
packages-b996a4d2e63913c96e12bc2607335a3e0531a7e6.zip
Merge pull request #246 from FedericoCeratto/pop3
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"
}
]