HaskellNet seems to be the only available IMAP client library for Haskell, but it doesn’t seem to support TLS connections, which is necessary for accessing Gmail’s IMAP servers. Are there any alternative Haskell libraries or workarounds?
HaskellNet seems to be the only available IMAP client library for Haskell, but it
Share
Check out imapget on hackage. It gets around this limitation by creating a proxy port.