Topic Path: Symbol Reference > Files > IdMessageCoderUUE.pas
ContentsIndexHome
PreviousUpNext
IdMessageCoderUUE.pas

Contains classes and methods used to implement coders and decoders for RFC 2822-compliant message parts using the UUEncode encoding/decoding algorithms.

IdMessageCoderUUE.pas contains classes and methods used to implement coders and decoders for RFC 2822-compliant message parts using the UUEncode encoding/decoding algorithms. 

The UUEncode algorithm is designed to encode binary data into a 7-bit textual representation, called UUEncode, as established in UUCP (Unix-to-Unix Copy Program). 

UUEncode, like Base64, is an encoding mechanism designed to represent arbitrary sequences of byte data in a form that need not be humanly readable. UUEncode is often used to send EMail attachments in an environment that is not MIME-compliant, and also allows larger files to be divided into multi-part transmissions.

Class 
Description 
Represents information about the registered decoder class used for decoding UUEncoded message parts. 
Implements support for decoding RFC 2822-compliant message parts using the UUDecode algorithm. 
Represents the registered encoder class for RFC messages using the UUEncoding scheme. 
Implements an encoder for RFC 2822-compliant message parts using the UUEncode algorithm. 
Implements the UUEncode algorithm for an RFC 2822-compliant message part. 
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.