Internet Direct (Indy)
Home
PreviousUpNext
TIdMessageEncoderQuotedPrintable.Encode@TIdStreamRandomAccess@TIdStream

Implements encoding using the Quoted Printable transfer encoding.

Parameters 
Description 
ASrc 
Stream containing content to be encoded.
 
ADest 
Stream for content after Quoted Printable encoding. 

Encode is an overridden procedure used to implement encoding using the Quoted Printable transfer encoding syntax for the message part encoder. 

Encode creates an instance of TIdEncoderQuotedPrintable to perform encoding on the contents of the TIdStreamRandomAccess instance specified in ASrc. Encode performs the "quoted unreadable" encoding for the entire contents of the stream. Encoded values are written to the TIdStream instance specified in ADest. 

Use TIdMessageDecoderMIME to perform decoding for message parts encoded using the Quoted Printable transfer encoding syntax.

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.