| |
- mime_decode(line)
- Decode a single line of quoted-printable text to 8bit.
- mime_decode_header(line)
- Decode a header line to 8bit.
- mime_encode(line, header)
- Code a single line as quoted-printable.
- If header is set, quote some extra characters.
- mime_encode_header(line)
- Code a single header line as quoted-printable.
- mimify(infile, outfile)
- Convert 8bit parts of a MIME mail message to quoted-printable.
- mimify_part(ifile, ofile, is_mime)
- Convert an 8bit part of a MIME mail message to quoted-printable.
- unmimify(infile, outfile, decode_base64=0)
- Convert quoted-printable parts of a MIME mail message to 8bit.
- unmimify_part(ifile, ofile, decode_base64=0)
- Convert a quoted-printable part of a MIME mail message to 8bit.
|