Multipart.appendPart
void appendPart(soup.message_headers.MessageHeaders headers, glib.bytes.Bytes body_)Adds a new MIME part to multipart with the given headers and body.
(The multipart will make its own copies of headers and body, so you should free your copies if you are not using them for anything else.)
Parameters
headers | the MIME part headers |
body_ | the MIME part body |