The Gmail search API has a bug that makes listing/searching email messages useless. In short, the http request returns a message ID and a snippet. No other fields like sender, date or subject.
Is there any other way/API to list/search Gmail messages/threads in one http request?
I can't use Google's libraries, I need a clean rest/http solution.