gmime.param_list
Module for [ParamList] class
Types 3
A list of Content-Type or Content-Disposition parameters.
Methods
ParamListGidBuilder builder() static nothrowGet builder for [gmime.param_list.ParamList] Returns: New builder objectgmime.param_list.ParamList parse(gmime.parser_options.ParserOptions options, string str) static nothrowParses the input string into a parameter list.void encode(gmime.format_options.FormatOptions options, bool fold, out glib.string_.String str) nothrowEncodes the parameter list into str, folding lines if required.int length() nothrowGets the length of the list. Returns: the number of #GMimeParam items in the list.bool removeAt(int index) nothrowRemoves a #GMimeParam from the #GMimeParamList at the specified index.Fluent builder implementation template for gmime.param_list.ParamList
Fluent builder for gmime.param_list.ParamList