jhk753 / gmail-ruby-api

Ruby interface for Gmail API
Other
26 stars 20 forks source link

Gmail::Label.all hangs when you have lots of labels #25

Open Carpela opened 8 years ago

Carpela commented 8 years ago

For some reason I'm getting a hang on the label.all method I only have 150 or so labels, so not sure that should be hanging...

Carpela commented 8 years ago

However,

Gmail.request(Gmail::Label.base_method.send("list"))

works fine

(Is there a better way of doing that request there, I sort of feel like I'm cheating).

jhk753 commented 8 years ago

Hi Carpela,

I made you contributors on this gem as you're contributing a lot and I don't really have time to improve it myself.

Thanks for the help.