pike.hubbe.net

[Top]
MIME
previousMIME.encode_base64() MIME.encode_uue()next

Method MIME.encode_qp()


Method encode_qp

string MIME.encode_qp(string data, void|int no_linebreaks)

Description

This function encodes data using the quoted-printable (a.k.a. quoted-unreadable) transfer encoding.

If a nonzero value is passed as no_linebreaks, the result string will not contain any linebreaks.

Note

Please do not use this function. QP is evil, and there's no excuse for using it.

See also

MIME.decode_qp, MIME.encode


Extracted from Pike v7.3 release 11 at 2001-11-03.