mime-0.3.0: Working with MIME types.

Portability
Stabilityprovisional
MaintainerSigbjorn Finne <sof@galois.com>

Codec.MIME.QuotedPrintable

Description

 

Synopsis

Documentation

decode :: String -> StringSource

decode incoming quoted-printable content, stripping out soft line breaks and

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.)