Decodes the data represented by the mime data
@override Uint8List decodeBinary(String? contentTransferEncoding) { return MailCodec.decodeBinary(body, contentTransferEncoding); }