WashNGo-2.12.0.1: WASH is a family of EDSLs for programming Web applications in Haskell.
WASH.Mail.MIME
data DOC Source
Constructors
Fields
parameters of the media type
suggested filename, OBSOLETE
sets Content-Disposition, e.g. for suggesting a filename depending on mediatype only one of the following is relevant:
data, only relevant for binary data
lines, only relevant for text mediatypes
data, only relevant for multipart mediatypes
Instances
data SendMode Source
data SendControl Source
data CRLF Source
data Mail Source
class Send m whereSource
Methods
send :: m -> IO ()Source
hSend :: SendControl -> m -> IO ()Source