Return a Base64EncoderOptions object configured for MIME encoding.
Return a Base64EncoderOptions object having the attributes maxLineLength == 76, alphabet == Base64Alphabet::e_BASIC, and isPadded == true. This conforms to RFC 2045.
a Base64EncoderOptions object configured for MIME encoding