Encode text using quoted printable
Does no do any line wrapping of the output to 76 characters Implementation derived from the perl MIME::QuotedPrint
quoted_printable_encode(data)
data
: data to encodehttp://search.cpan.org/~gaas/MIME-Base64-3.14/QuotedPrint.pm
Useful links