mime-0.3.3: Working with MIME types.

PortabilityTo and from QP content encoding.
Stabilityprovisional
MaintainerSigbjorn Finne <sigbjorn.finne@gmail.com>

Codec.MIME.QuotedPrintable

Description

 

Synopsis

Documentation

decode :: String -> StringSource

decode incoming quoted-printable content, stripping out soft line breaks and translating =XY sequences into their decoded byte/octet. The output encoding/representation is still a String, not a sequence of bytes.

encode :: String -> StringSource

encode converts a sequence of characeter _octets_ into quoted-printable form; suitable for transmission in MIME payloads. Note the stress on _octets_; it is assumed that you have already converted Unicode into a <=8-bit encoding (UTF-8, most likely.)