cardmagic / contacts

A universal interface to import email contacts from various providers including Yahoo, Gmail, Hotmail, AOL and Plaxo.
http://rubyforge.org/projects/contacts
BSD 3-Clause "New" or "Revised" License
616 stars 218 forks source link

Gmail import is not working #8

Closed tribalvibes closed 14 years ago

tribalvibes commented 14 years ago

Gmail import is not working for me with v1.0.19 of the gem. Returns an empty array, whether I provide the correct pw or not. (Does not throw an AuthenticationError with the wrong pw, does not return data with the right pw.)

tribalvibes commented 14 years ago

ps. resolved this by merging the gdata version from adamhunter Suggest you merge that to master and stop with the scraping when there is a supported API. Same would go for all of the other provider types, if they have a documented API--use it. Having this gem break every time a provider changes a protocol limits its utility.

cardmagic commented 14 years ago

Done.