Create a MIME-compliant header that can contain many character sets. Optional s is the initial header value. If None, the initial header value is not set. You can later append to the header with .append() method calls. s may be a byte string or a Unicode string, but see t
(self, s=None, charset=None,
maxlinelen=None, header_name=None,
continuation_ws=' ', errors='strict')