|
Java™ by example!
|
|
|
How do I receive email with the POP protocol?
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 to this answer are only viewable by members. Login or become a member!
|
|
|
|
|