tags:

views:

137

answers:

2

Hi, i want to make program which can read mail (subject, sender, body message) in yahoo / google mail inbox.From first time i think using POP3 but i read in the internet POP3 can't read mail box, so can someone give me suggest the java library for this problem?

Thx B4

A: 

Java itself provides Java Mail APIs to enable mail functionalities. You can also find third party APIs at here.

venJava
Isn't Java Mail is read POP3, and POP3 can't read mail inbox?
Huuhaacece