haskellnet-ssl/README.md
Daniel P. Wright 24e8f1c7f9 Initial commit
2013-08-26 13:33:34 +09:00

12 lines
463 B
Markdown

HaskellNet-SSL
--------------
This package ties together the excellent [HaskellNet][HaskellNet] and
[connection][connection] packages to make it easy to open IMAP and SMTP
connections over SSL. This is a simple "glue" library; all credit for a)
connecting to IMAP/SMTP servers and b) making an SSL connection goes to the
aforementioned libraries.
[HaskellNet]: https://github.com/jtdaugherty/HaskellNet
[connection]: https://github.com/vincenthz/hs-connection