Decodes a piece of quoted-printable data.
This implementation is equivalent to decode_with_options
with an
Options
that uses the provided ParseMode
.
Decodes a piece of quoted-printable data.
Encodes some bytes into quoted-printable format, treating the input as text.
Encodes some bytes into quoted-printable format, treating the input as binary.
Encodes some bytes into quoted-printable format.
Encodes some bytes into quoted-printable format.
Encodes some bytes into quoted-printable format, using the provided options.