Copyright | (c) 2006-2009, Galois, Inc. |
---|---|
License | BSD3 |
Maintainer | Sigbjorn Finne <sigbjorn.finne@gmail.com> |
Stability | provisional |
Portability | To and from QP content encoding. |
Safe Haskell | Safe |
Language | Haskell98 |
Codec.MIME.QuotedPrintable
Description
Documentation
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.