Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
type ParseM a = State PartNumber a Source #
type PartNumber = Integer Source #
Header | |
|
data MessageInfo Source #
data MessageContent Source #
mkData :: Maybe ContentTransferEncoding -> ContentType -> FilePath -> String -> ParseM MessageContent Source #
mkBody :: ContentType -> FilePath -> String -> ParseM MessageContent Source #