1

Basicly what I'm trying to do: 1- login to Yahoo Mail. 2- getting mails (with both content and sender) into a string.

I'm able to send emails (from Yahoo Mail) by using phpmailer class. But I haven't done anything for reading mails. Also I couldn't find any useful information. Hope you can help me.

skaffman
  • 398,947
  • 96
  • 818
  • 769
ahe
  • 761
  • 1
  • 6
  • 6

1 Answers1

0

Yeah, use the Yahoo! Mail API.

To get the last three messages use this query

select * from ymail.messages where numMid='3'

http://developer.yahoo.com/mail/

The GiG
  • 2,571
  • 2
  • 28
  • 29