rschroll / gmail-scope

Gmail scope for Unity8
GNU General Public License v3.0
3 stars 0 forks source link

Batch requests for emails #9

Closed rschroll closed 9 years ago

rschroll commented 9 years ago

Google allows you to batch requests. We should do that instead of making a separate request for each email we display in a query. It doesn't look like net-cpp will parse the mutlipart response, though, so we'll have to do that ourselves or find another library.