Check out JavaMail. It's a complete email API for Java, can work with just about any protocol (SMTP and POP3 are built in, MAPI and IMAP too I think).
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
hmm, it's not that hard :)
I think there's a sample in the J2EE documentation. If not get the book "the art of Java" ISBN 0072229713 which contains a complete EMail client created using JavaMail and Swing (as well as some very interesting other applications showing off some of the things Java can do that many people never realise).
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337