Internet Direct (Indy) Version 9.0.1 Beta
TIdEncoderQuotedPrintable
Implements an encoder for the Quoted-Printable encoding scheme.

TIdEncoderQuotedPrintable = class(TIdEncoder)
Description
TIdEncoderQuotedPrintable is a TIdEncoder descendant that implements the encoding algorithm for the Quoted-Printable encoding scheme. TIdEncoderQuotedPrintable will convert values in the manner described in the Internet Standards document:

Use TIdDecoderQuotedPrintable to return QUoted-Printable values to their un-encoded state.