I have attempted to gzip the batch request, as Google suggests this can also provide a performance improvement. However just adding the headers they suggest doesn't work and my understanding of multipart doesn't extend to decode the gzipped response.
Hi,
This is my first pull request so any advice would be great!
This pull request adds 'optional' user specified 'fields; support (like max). Aka Google only responds with the fields you require, saving bandwidth etc. See https://developers.google.com/gmail/api/guides/performance for more info.
I have attempted to gzip the batch request, as Google suggests this can also provide a performance improvement. However just adding the headers they suggest doesn't work and my understanding of multipart doesn't extend to decode the gzipped response.
Thanks for a great module.
Dan