Implements support for decoding RFC 2822-compliant message parts using the UUDecode algorithm.
TIdMessageDecoderUUE = class(TIdMessageDecoder);
TIdMessageDecoderUUE is a TIdMessageDecoder descendant that implements support for decoding RFC 2822-compliant message parts using the UUDecode algorithm.
TIdMessageDecoderUUE extends the ancestor class to provide support for detecting both UUE- and XXE-encoded body lines, as well as the inconsistent use of FillChar at the end of the encoded data stream.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|