Pike v8.0 release 1738

Method MIME.encode_uue()


Method encode_uue

string encode_uue(string encoded_data, void|string filename)

Description

This function encodes data using the x-uue transfer encoding.

The optional argument filename specifies an advisory filename to include in the encoded data, for extraction purposes.

This function can also be used to produce generic UUEncoded files.

See also

MIME.decode_uue(), MIME.encode()