gmime.param
Module for [Param] class
Types 3
classParam : gobject.object.ObjectWrap
A parameter name/value pair as used in the Content-Type and Content-Disposition headers.
Methods
ParamGidBuilder builder() static nothrowGet builder for [gmime.param.Param] Returns: New builder objectstring getCharset() nothrowGets the charset used for encoding the parameter. Returns: the charset used for encoding the parameter.gmime.types.ParamEncodingMethod getEncodingMethod() nothrowGets the encoding method used for encoding the parameter. Returns: the encoding method used for encoding the parameter.string getLang() nothrowGets the language specifier used for encoding the parameter. Returns: the language specifier used for encoding the parameter.void setEncodingMethod(gmime.types.ParamEncodingMethod method) nothrowSets the encoding method used for encoding the value.Fluent builder implementation template for gmime.param.Param
Fluent builder for gmime.param.Param