mime-0.3.2: Working with MIME types.Source codeContentsIndex
Codec.MIME.Decode
Portabilityportable
Stabilityprovisional
MaintainerSigbjorn Finne <sigbjorn.finne@gmail.com>
Description
Synopsis
decodeBody :: String -> String -> String
decodeWord :: String -> Maybe (String, String)
decodeWords :: String -> String
Documentation
decodeBody :: String -> String -> StringSource
decodeBody enc str decodes str according to the scheme specified by enc. Currently, base64 and quoted-printable are the only two encodings supported. If you supply anything else for enc, decodeBody returns str.
decodeWord :: String -> Maybe (String, String)Source
decodeWords :: String -> StringSource
Produced by Haddock version 2.4.2