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.
|
Name |
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. |
|
Class |
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. |