Extracted from Pike v8.0 release 276 as of 2016-07-29.
   

Method MIME.Message()->setboundary()


Method setboundary

void setboundary(string boundary)

Description

Sets the boundary parameter of the Content-Type header.

This is equivalent of calling setparam("boundary", boundary).

See also

setparam()