imapget 0.0.1 → 0.0.2
raw patch · 1 files changed
+8/−2 lines, 1 files
Files
- imapget.cabal +8/−2
imapget.cabal view
@@ -1,5 +1,5 @@ Name: imapget-Version: 0.0.1+Version: 0.0.2 Synopsis: Downloads email from imap SSL servers. Description: This programs shows how to use HaskellNet to download email from imap SSL servers. The IMAP implementation is provided by HaskellNet, and the SSL implementation is@@ -25,7 +25,7 @@ License: BSD3 License-file: COPYING Author: Facundo Domínguez, MarketPsych Advisor LLC -Maintainer: Facundo Domínguez <facundo.dominguez@gmail.com>+Maintainer: Facundo Domínguez <facundominguez@gmail.com> Category: Network Build-Type: Simple Cabal-Version: >= 1.8@@ -33,6 +33,12 @@ source-repository head type: darcs location: http://patch-tag.com/r/facundo/imapget++source-repository this+ type: darcs+ location: http://patch-tag.com/r/facundo/imapget+ tag: 0.0.2+ Executable imapget main-is: imapget.hs