Internet Direct (Indy)
Home
PreviousUpNext
TIdDecoderQuotedPrintable Class

Implements a decoder for the Quoted-Printable encoding scheme.

Pascal
TIdDecoderQuotedPrintable = class(TIdDecoder);

TIdDecoderQuotedPrintable is a TIdDecoder descendant that implements the decoding algorithm for the Quoted-Printable encoding scheme. 

TIdDecoderQuotedPrintable will convert values that have been encoded using TIdEncoderQuotedPrintable to their original un-encoded state. 

TIdDecoderQuotedPrintable conforms the decoding algorithm as 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  

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.