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

Method MIME.Message()->setencoding()


Method setencoding

void MIME.Message()->setencoding(string encoding)

Description

Select a new transfer encoding for this message.

The Content-Transfer-Encoding header will be modified accordingly, and subsequent calls to getencoded will produce data encoded using the new encoding.

See MIME.encode for a list of valid encodings.

See also

MIME.Message.getencoded, MIME.encode