rfc2231-parse-string
rfc2231-parse-string is a compiled Lisp function in `rfc2231.el
'.
(rfc2231-parse-string STRING &optional SIGNAL-ERROR)
Parse STRING and return a list.
The list will be on the form
`(name (attribute . value) (attribute . value)...)'.
If the optional SIGNAL-ERROR is non-nil, signal an error when this
function fails in parsing of parameters. Otherwise, this function
must never cause a Lisp error.