Extracted from Pike v7.4 release 117 at 2004-07-26.
pike.ida.liu.se
[Top]
predef::
MIME
MIME.Message

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()