Add POP3 client library

This commit is contained in:
Federico Ceratto 2015-08-26 09:34:30 +01:00
parent d28daff0ea
commit e5795f62e0

View File

@ -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"
}
]