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()Get builder for [gmime.param.Param] Returns: New builder objectstring getCharset()Gets the charset used for encoding the parameter. Returns: the charset used for encoding the parameter.gmime.types.ParamEncodingMethod getEncodingMethod()Gets the encoding method used for encoding the parameter. Returns: the encoding method used for encoding the parameter.string getLang()Gets the language specifier used for encoding the parameter. Returns: the language specifier used for encoding the parameter.string getName()Gets the name of the parameter. Returns: the name of the parameter.string getValue()Gets the value of the parameter. Returns: the value of the parameter.void setCharset(string charset)Sets the parameter charset used for encoding the value.void setEncodingMethod(gmime.types.ParamEncodingMethod method)Sets the encoding method used for encoding the value.void setLang(string lang)Sets the parameter language specifier used for encoding the value.void setValue(string value)Sets the parameter value to value.