Method MIME.encode_uue()


Method encode_uue

string(7bit) encode_uue(string(8bit) encoded_data, void|string(7bit) 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()