Hello,
I want to import address book of users from their gmail/hotmail/yahoo and aol address books. I am looking for a gem/plugin in rails which can help me do this. Any help is appreciated.
Thanks.
Hello,
I want to import address book of users from their gmail/hotmail/yahoo and aol address books. I am looking for a gem/plugin in rails which can help me do this. Any help is appreciated.
Thanks.
You can start your search from http://gemcutter.org. You should be able to find a Gem for at least any of the providers you listed in your question.
For example, to fetch Gmail contacts. http://gemcutter.org/search?query=gmail
Then, simply add the Gem into your Rails project and fetch the contacts.
I once used a gem called Blackbook: http://github.com/purzelrakete/blackbook
It supports a number of email services. But seems it hasn't been updated for a while.
Ive been trying Contacts:
http://github.com/cardmagic/contacts
It allows to import contacts from gmail with 2 lines of code!!! Works wonderfully for me. Still have to check out if it supports insertion and syncing (??) maybe.