Topic Path: Symbol Reference > Classes > TIdDecoderMIME Class
ContentsIndexHome
PreviousUpNext
TIdDecoderMIME Class

Implements a decoder for MIME content encoded using the Base64 encoding scheme.

File
TIdDecoderMIME = class(TIdDecoder4to3);

TIdDecoderMIME is a TIdDecoder4to3 descendant that implements a decoder for MIME content encoded using the Base64 encoding algorithm. TIdDecoderMIME specifies the decoding table used by the decoder in GBase64DecodeTable based on the Base64 alphabet in GBase64CodeTable. TIdDecoderMIME also uses the special padding character "=" in the FillChar property.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.