Commit Graph

62 Commits

Author SHA1 Message Date
Daniel P. Wright
cee0f0dccd Add Haddock documentation headers
Very minimal -- basically copying the header sections from HaskellNet so
that it's easy to see where the function would belong were it part of
HaskellNet itself.
2013-08-29 12:13:23 +09:00
Daniel P. Wright
440140e859 Explicitly set higher tls/tls-extra dependencies
Hackage is reporting a build failure relating to cryptocipher, a library
which is no longer required with newer versions of tls/tls-extra.
Explicitly setting these library dependencies to the version I have
installed locally in order to try and resolve the build failure.
2013-08-29 11:56:13 +09:00
Daniel P. Wright
7f2b1915bb Update version number to 0.1.1.0 2013-08-28 08:16:06 +09:00
Daniel P. Wright
5075cefb62 Remove redundant include from sample code 2013-08-28 08:16:06 +09:00
Daniel P. Wright
ecd9cf1651 Update sample code to use doSMTPSTARTTLS 2013-08-28 08:15:04 +09:00
Daniel P. Wright
a5e240859c Add doSMTP* functions to match HaskellNet
These are quite useful helpers to stop you from forgetting to close the
connection (like I did).
2013-08-28 08:12:18 +09:00
Daniel P. Wright
849619cab8 Change base dependency to match HaskellNet
This should fix the build failure on Hackage.
2013-08-28 07:57:44 +09:00
Daniel P. Wright
b53f096d4a Logout/Close the connections once we're done 2013-08-27 10:07:28 +09:00
Daniel P. Wright
fe3f39ed4a Ignore dist/ folder 2013-08-27 09:28:29 +09:00
Daniel P. Wright
3c2e9d9298 Add gmail IMAP/SMTP example 2013-08-27 09:28:29 +09:00
Daniel P. Wright
7f8faffa24 Pass hostname to SMTP HELO command 2013-08-26 13:51:29 +09:00
Daniel P. Wright
24e8f1c7f9 Initial commit 2013-08-26 13:33:34 +09:00