Python mimify Functions

EditRocket provides the following information on mimify functions in the Python source code builder.

mime_decode_header(line) - Return a decoded version of the encoded header line in line.

mime_encode_header(line) - Return a MIME-encoded version of the header line in line.

mimify(infile, outfile) - Copy the message in infile to outfile, converting parts to quoted-printable and adding MIME mail headers when necessary.

unmimify(infile, outfile[, decode_base64]) - Copy the message in infile to outfile, decoding all quoted-printable parts.