Internet Direct (Indy)
Home
PreviousUpNext
TIdEncoderQuotedPrintable Class

Implements an encoder for the Quoted-Printable encoding scheme.

Pascal
TIdEncoderQuotedPrintable = class(TIdEncoder);

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: 

RFC 2045 - Multipurpose Internet Mail Extensions (MIME), Part One: Format of Internet Message Bodies, Section 6.7 Quoted-Printable Content Transfer Encoding  

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

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.