문제

I'm looking for a Haskell library that can parse RFC2822 email bodies to extract the content, including attachments.

The only one I see is Text.ParserCombinators.Parsec.Rfc2822 from the hsemail package, but the author warns that it is not entirely up to par.

http://hackage.haskell.org/packages/archive/hsemail/1.0/doc/html/Text-ParserCombinators-Parsec-Rfc2822.html

도움이 되었습니까?

해결책

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top