HaskellNet
HaskellNet copied to clipboard
Haskell library which provides client support for POP3, SMTP, and IMAP protocols.
This of course gives `*** Exception: Data.ByteString.last: empty ByteString`. It seems like the issue is potentially related to the length of mailbox names.
Bumps a few bounds to build with GHC 9.8 on the latest Stackage resolver (nightly-2024-07-22). Also fixes the support for `base64 > 0.4`. The initial support was landed in https://github.com/qnikst/HaskellNet/pull/91,...
The last release of this package was already 2 years ago in 2023. Let's merge all the remaining PRs and then tag another release (v0.7?) on hackage. @qnikst any thoughts?
The pStatusLine parser parses until it hits a space. When we have a mailbox like `[Gmail]/Alle Nachrichten`, it will not consume the full mailbox name
When writing a MIME message, the use of `BS.lines` breaks the MIME encoding. OpenAI o1 just found this bug: The likely culprit is how the appendFull function handles newlines. Notice...
Hello I'm trying to fetch mail from gmail. I use `authenticate conn XOAUTH2 username password` with e.g. missing the word Bearer. then receive ``` *** Exception: 000000:1:1: expecting either "*...