|
Java™ by example!
|
|
|
How do I read email through POP3 with Java?
You can try the optional package JavaMail (check out this category). If you know the POP commands, you can write a pop client yourself. Here's an example: POPEmail.java:
EmailMessage.java:
Main.java:
Further Information
Author of answer: Joris Van den Bogaert
Comments
Comments to this answer are only viewable by members. Login or become a member!
|
|
|
|
|