imap 0.3.0.3 → 0.3.0.4
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- imap.cabal +1/−1
- src/Network/IMAP/Parsers/Fetch.hs +1/−1
imap.cabal view
@@ -2,7 +2,7 @@ -- see http://haskell.org/cabal/users-guide/ name: imap-version: 0.3.0.3+version: 0.3.0.4 synopsis: An efficient IMAP client library, with SSL and streaming license: BSD3 license-file: LICENSE
src/Network/IMAP/Parsers/Fetch.hs view
@@ -16,7 +16,7 @@ parseFetch :: Parser (Either ErrorMessage CommandResult) parseFetch = do- string "* "+ (string "* ") <|> (string "\r\n* ") msgId <- liftM toInt $ AP.takeWhile1 isDigit let msgId' = msgId >>= Right . MessageId string " FETCH ("