Indy 9
|
TIdMessageDecoderInfoUUE = class(TIdMessageDecoderInfo)
function CheckForStart(ASender: TIdMessage; ALine: string): TIdMessageDecoder; override;
CheckForStart exame ALine to see if it contains a UUencode header section, which consists of the keyword "begin" and the space-delimited values for PermissionCode and Filename. If the header section is detected, CheckForStart also sets PartType to ptAttachment.