aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmery Hemingway <emery@vfemail.net>2017-02-06 15:16:53 +0100
committerEmery Hemingway <emery@vfemail.net>2017-02-06 15:16:53 +0100
commitc1d5cc05531c709c988694d6ebc10514ffe7a898 (patch)
treeaf09657366c4a238e77a9b5b3f0612be1cb634b0
parent5ff7209efa3d2d0a6d489017459b39fddd731c13 (diff)
downloadpackages-c1d5cc05531c709c988694d6ebc10514ffe7a898.tar.gz
packages-c1d5cc05531c709c988694d6ebc10514ffe7a898.zip
Added package imap
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index d5799f3..fcbd18d 100644
--- a/packages.json
+++ b/packages.json
@@ -5850,5 +5850,17 @@
"description": "utf-8 string",
"license": "MIT",
"web": "https://github.com/rokups/nim-ustring"
+ },
+ {
+ "name": "imap",
+ "url": "https://github.com/ehmry/imap",
+ "method": "git",
+ "tags": [
+ "imap",
+ "email"
+ ],
+ "description": "IMAP client library",
+ "license": "GPL2",
+ "web": "https://github.com/ehmry/imap"
}
]