Gmail returns raw MIME messages and attachment data as Base64URL values inside JSON responses. We use custom FilterInputStream implementations to skip the JSON prefix and stop reading at the closing quote.
The current implementations do not correctly handle every valid InputStream read pattern.
Gmail returns raw MIME messages and attachment data as Base64URL values inside JSON responses. We use custom
FilterInputStreamimplementations to skip the JSON prefix and stop reading at the closing quote.The current implementations do not correctly handle every valid
InputStreamread pattern.