pike.ida.liu.se
Search for
Home > Docs > Pike reference

[Top]
MIME

MIME.encode_qp()


Method encode_qp

string 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()

Module reference for Pike v7.8 release 116, 2008-12-31