GMimeParamEncodingMethod

The MIME specifications specify that the proper method for encoding Content-Type and Content-Disposition parameter values is the method described in <ulink url="https://tools.ietf.org/html/rfc2231">rfc2231</ulink>. However, it is common for some older email clients to improperly encode using the method described in <ulink url="https://tools.ietf.org/html/rfc2047">rfc2047</ulink> instead.

Values

ValueMeaning
Default0

Use the default encoding method set on the #GMimeFormatOptions.

Rfc22311

Use the encoding method described in rfc2231.

Rfc20472

Use the encoding method described in rfc2047.