Internet Direct (Indy)
Home
PreviousUpNext
TIdMessageEncoderQuotedPrintable Class

Implements an encoder for RFC 2822-compliant message parts using Quoted Printable transfer encoding syntax.

Pascal
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.

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.