Python email.header Functions
EditRocket provides the following information on email.header functions in the Python source code builder.
decode_header(header) - Decode a message header value without converting the character set.
make_header(decoded_seq[, maxlinelen[, header_name[, continuation_ws]]]) - Create a Header instance from a sequence of pairs as returned by decode_header().