Structs§
- Options
- Options to control encoding and decoding behaviour.
Enums§
- Input
Mode - A flag that controls how to treat the input when encoding.
- Parse
Mode - A flag that allows control over the decoding strictness.
- Quoted
Printable Error - An error type that represents different kinds of decoding errors.
Functions§
- decode
- Decodes a piece of quoted-printable data.
This implementation is equivalent to
decode_with_optionswith anOptionsthat uses the providedParseMode. - decode_
with_ options - Decodes a piece of quoted-printable data.
- encode
- Encodes some bytes into quoted-printable format, treating the input as text.
- encode_
binary - Encodes some bytes into quoted-printable format, treating the input as binary.
- encode_
binary_ to_ str - Encodes some bytes into quoted-printable format.
- encode_
to_ str - Encodes some bytes into quoted-printable format.
- encode_
with_ options - Encodes some bytes into quoted-printable format, using the provided options.