Multipart
Description:
Creates a new empty 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].
Parameters:
mime_type |
the MIME type of the multipart to create. |
Returns:
a new empty Multipart of the given |