Topic Path: Symbol Reference > Classes > TIdDecoderQuotedPrintable Class
ContentsIndexHome
PreviousUpNext
TIdDecoderQuotedPrintable Class

Implements a decoder for the Quoted-Printable encoding scheme.

File
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  

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.