1

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

Abs
  • 56,052
  • 101
  • 275
  • 409

1 Answers1

4

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

Jan Hančič
  • 53,269
  • 16
  • 95
  • 99
  • You might also want to check out the email related classes in PEAR, ezComponents and ZendFramework. – Till Jan 21 '09 at 18:54