ParamList.encode
void encode(gmime.format_options.FormatOptions options, bool fold, out glib.string_.String str)Encodes the parameter list into str, folding lines if required.
Parameters
options | a #GMimeFormatOptions or null |
fold | true if the parameter list should be folded; otherwise, false |
str | the output string buffer |