aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-02-06 17:00:07 +0000
committerGitHub <noreply@github.com>2017-02-06 17:00:07 +0000
commit12d8f218e4698b9390f325003c4048f59eae7450 (patch)
treeaf09657366c4a238e77a9b5b3f0612be1cb634b0
parent5ff7209efa3d2d0a6d489017459b39fddd731c13 (diff)
parentc1d5cc05531c709c988694d6ebc10514ffe7a898 (diff)
downloadpackages-12d8f218e4698b9390f325003c4048f59eae7450.tar.gz
packages-12d8f218e4698b9390f325003c4048f59eae7450.zip
Merge pull request #464 from ehmry/add-imap1416
Add 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"
}
]