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.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|