vote up 0 vote down star
1

Hello all,

There are a few APIs for grabbing the address book/contact list from the major providers of email.

I was wondering do APIs like this exist for grabbing emails/messages received?

Thanks all

EDIT

I am sure I can do this myself. However, I don't want to "re-invent" the wheel if someone has done it already. Probably better than I can since I am just a noob :P

flag

Can you post a link to thoese API's for grabbing the addres book/contact ? It will be quite useful. – Oscar Reyes Jan 20 '09 at 22:51
Google: googledataapis.blogspot.com/2008/03/… Yahoo: developer.yahoo.com/addressbook Hotmail: developer.yahoo.com/addressbook – MrChrister Jan 20 '09 at 22:55
Is hot mail the same one as Yahoo? – Oscar Reyes Jan 20 '09 at 23:06
Sourceforge baby sourceforge.net/projects/contactgrabber :) – Abs Jan 20 '09 at 23:11
msdn.microsoft.com/en-us/library/… – MrChrister Jan 21 '09 at 0:02

1 Answer

vote up 4 vote down check

I think all of this services provide POP/IMAP protocol which you can acces with PHP's functions: http://si.php.net/manual/en/book.imap.php

link|flag
You might also want to check out the email related classes in PEAR, ezComponents and ZendFramework. – Till Jan 21 at 18:54

Your Answer

Get an OpenID
or

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