encode_rfc2231(s, charset=None, language=None)
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.