WashNGo-2.12: WASH is a family of embedded domain specific languages (EDSL) for programming Web applications in Haskell.ContentsIndex
WASH.Mail.Message
Documentation
data Message
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
show/hide Instances
data ContentType
Constructors
ContentType String String [(String, String)]
show/hide Instances
data ContentTransferEncoding
Constructors
ContentTransferEncoding String
show/hide Instances
data ContentDisposition
Constructors
ContentDisposition String [(String, String)]
show/hide Instances
data ContentID
Constructors
ContentID String
show/hide Instances
data ContentDescription
Constructors
ContentDescription String
show/hide Instances
Produced by Haddock version 0.8