This fixes Issue 1 by allowing the user to set the maximum line length. It does slightly break the similarity with HaskellNet, which uses the *Port suffix to specify a port for each connection, but it seems like the only sensible way to do it, really. I opted not to keep the *Port functions in because the proliferation of functions doing basically the same thing would be too much, I think. |
||
|---|---|---|
| examples | ||
| src/Network/HaskellNet | ||
| .gitignore | ||
| HaskellNet-SSL.cabal | ||
| LICENSE | ||
| README.md | ||
| Setup.hs | ||
HaskellNet-SSL
This package ties together the excellent HaskellNet and 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.