MissingH API ManualContentsIndex
MissingH.Wash.Mail.Message
Synopsis
data Message
= Singlepart {
getHeaders :: [Header]
getLines :: [String]
getDecoded :: [Char]
getContentType :: ContentType
getContentTransferEncoding :: ContentTransferEncoding
getContentDisposition :: ContentDisposition
}
| Multipart {
getHeaders :: [Header]
getLines :: [String]
getParts :: [Message]
getContentType :: ContentType
getContentTransferEncoding :: ContentTransferEncoding
getContentDisposition :: ContentDisposition
}
isSinglePart :: Message -> Bool
isMultiPart :: Message -> Bool
showHeader :: Header -> String
showParameters :: [(String, String)] -> String -> String
data ContentType = ContentType String String [(String, String)]
data ContentTransferEncoding = ContentTransferEncoding String
data ContentDisposition = ContentDisposition String [(String, String)]
data ContentID = ContentID String
data ContentDescription = ContentDescription String
Produced by Haddock version 0.6