WashNGo-2.12.0.1: WASH is a family of EDSLs for programming Web applications in Haskell.Source codeContentsIndex
WASH.Mail.Message
Documentation
data Message Source
Constructors
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
data ContentType Source
Constructors
ContentType String String [(String, String)]
data ContentTransferEncoding Source
Constructors
ContentTransferEncoding String
data ContentDisposition Source
Constructors
ContentDisposition String [(String, String)]
data ContentID Source
Constructors
ContentID String
data ContentDescription Source
Constructors
ContentDescription String
Produced by Haddock version 2.6.1