| Safe Haskell | Safe-Infered |
|---|
WASH.Mail.Message
Documentation
Constructors
| Singlepart | |
Fields
| |
| Multipart | |
Fields
| |
Instances
| Show Message |
isSinglePart :: Message -> BoolSource
isMultiPart :: Message -> BoolSource
showHeader :: Header -> [Char]Source
showParameters :: [(String, String)] -> String -> StringSource
data ContentType Source
Constructors
| ContentType String String [(String, String)] |
Instances
| Show ContentType |
data ContentDisposition Source
Constructors
| ContentDisposition String [(String, String)] |
Instances
| Show ContentDisposition |
data ContentDescription Source
Constructors
| ContentDescription String |
Instances
| Show ContentDescription |