[ CCode ( has_construct_function = false ) ]
public Multipart (string mime_type)
Creates a new empty [struct@Multipart] with a randomly-generated boundary string.
Note that mime_type must be the full MIME type, including "multipart/".
See also: [ctor@Message.new_from_multipart].
| mime_type |
the MIME type of the multipart to create. |
|
a new empty Multipart of the given |