Link to home
Start Free TrialLog in
Avatar of s99136253
s99136253

asked on

POP3 Java source (not JavaMail API)

Hi I am looking for java source on how to retrieve pop3 mail according to words in the subject of the mail message. For instance if the word "urgent" apears in the subject, the program should only forward that message to another mail box and leave the rest still intact on the server.  The source must not use the JavaMail API since I only want to use ServerSocket and Socket.
ASKER CERTIFIED SOLUTION
Avatar of Tommy Braas
Tommy Braas
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Fine by me