Extracted from Pike v7.3 release 18 at 2002-03-27.
pike.roxen.com
[Top]
MIME
MIME.Message

Method MIME.Message()->setboundary()


Method setboundary

void MIME.Message()->setboundary(string boundary)

Description

Sets the boundary parameter of the Content-Type header.

This is equivalent of calling

setparam("boundary", boundary)
.

See also

MIME.Message.setparam