Implements an encoder for RFC 2822-compliant message parts using Quoted Printable transfer encoding syntax.
TIdMessageEncoderQuotedPrintable = class(TIdMessageEncoder);
TIdMessageEncoderQuotedPrintable is a TIdMessageEncoder descendant that implements an encoder for RFC 2822-compliant message parts using Quoted Printable transfer encoding syntax.
TIdMessageEncoderQuotedPrintable extends the ancestor class by reimplementing the Encode method using a TIdEncoderQuotedPrintable instance to perform Quoted Printable encoding for contents.
Decoding for the Quoted Printable transfer encoding syntax is handled using TIdMessageDecoderMIME.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|