Internet Direct (Indy)
|
Implements the UUEncode algorithm for an RFC 2822-compliant message part.
TIdMessageEncoderUUEBase = class(TIdMessageEncoder);
TIdMessageEncoderUUEBase is a TIdMessageEncoder descendant that is a base class implementing support for encoding an RFC 2822-compliant message part using the UUEncode algorithm.
TIdMessageEncoderUUEBase extends the ancestor class by overriding the Encode method to allow creation of the entire encoded packet using a TIdEncoder3to4 object instance.
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. |