vote up 0 vote down star
1

Hi, I'm looking for library/API to retrieve contact list (emails address to which user had sent mail to, regardless whether user had explicitly added it as contact ). Anybody know such library/API available there?

Thanks

kandy

flag

5 Answers

vote up 1 vote down

If you are using php - you might wish to try out http://openinviter.com - its free and supports almost all major social networking sites and mail sites.

link|flag
vote up 0 vote down

To get (some) details out of Facebook, I've just found (and used!) the Greasemonkey-script/webservice from http://brad.livejournal.com/2398409.html to pull at least the names and some details from Facebook to Google contacts, from where it can be gotten at by other means, such as the Gmail contacts API

link|flag
vote up 1 vote down

Look at Octazen: http://octazen.com/. Their software handles all kinds of webmail systems and social networks.

link|flag
vote up 1 vote down

Look at: http://openinviter.com/index.php

link|flag
vote up 0 vote down

I don't think that data would ever be held outside the email headers. What you want is some way to find all the unique addresses in the recipent field of all sent mail items.

For example in Google mail - you could use this project, the Gmail Agent API, to retrieve all the sent item headers. You would then just need to extract the relevant data from them.

I'm sure this technique is possible is for some of the other providers you mention. The Yahoo Api for example looks to provide everything you need to do this.

link|flag
Thanks Fraser. How about MS's hotmail/live mail? I don't hope to use the last solution of using curl library and parse the contact list page passively. – unknown (google) Mar 12 at 7:35
AFAIK Hotmail only provides POP3-access to premium customers. There is no Api that would let you pull the sent items subject headers... – Fraser Mar 12 at 9:31

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.