Black book is one the easiest way to add web email importing feature in your application. Recently I am working on a Social network cum movie portal site. By default, black book provides support for gmail, yahoo, hotmail, AOL and csv. But as per my requirement I have to add 20-30 mail providers from different countries. I started with free
|
|
How to login into the users’ account for which we are fetching contacts.
|
|
Points to keep in mind
- scraping contacts differs from one mail provider to another.
- dependencies- mechanize, faster-csv for page scraping
- we can extend the mail provider within the black book gem as well as with in your application [no need to patch gem]