mime-0.4.0.1: Working with MIME types.

Portabilityportable
Stabilityprovisional
MaintainerSigbjorn Finne <sigbjorn.finne@gmail.com>
Safe HaskellSafe-Inferred

Codec.MIME.Decode

Description

 

Synopsis

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.