Function
email.Utils.encode_rfc2231

Signature

encode_rfc2231(s, charset=None, language=None)

Documentation String

Encode string according to RFC 2231.

If neither charset nor language is given, then s is returned as-is. If charset is given but not language, the string is encoded using the empty string for language.