| Safe Haskell | Safe-Infered |
|---|
WASH.Mail.MIME
Documentation
multipartDOC :: String -> [DOC] -> DOCSource
Constructors
| DOC | |
Fields
| |
recommend_cte :: SendControl -> DOC -> [Char]Source
inventBoundary :: IO [Char]Source
data SendControl Source
Constructors
| SendControl | |
hSendText :: SendControl -> DOC -> IO ()Source
hSendBinary :: SendControl -> DOC -> IO ()Source
hSendMultipart :: SendControl -> String -> DOC -> IO ()Source
Constructors
simpleMail :: [String] -> String -> DOC -> MailSource