Internet Direct (Indy) Version 9.0.1 Beta
TIdEncoderMIME
Implements an encoder for MIME content using the Base64 encoding scheme.

TIdEncoderMIME = class(TIdEncoder3to4)
Description
TIdEncoderMIME is a TIdEncoder3to4 descendant that implements an encoder for MIME content encoded using the Base64 encoding algorithm. TIdEncoderMIME utilizes the Base64 alphabet identified in GBase64CodeTable. TIdEncoderMIME also uses the special padding character "=" in the FillChar property.