View Single Post
Old 04-10-2006, 01:59 PM   #3 (permalink)
Belisarius
Java fanboy
 
Belisarius's Avatar
 
Join Date: Aug 2003
Posts: 1,174
Belisarius is on a distinguished road
I've used the JavaMail API to grab stuff from an e-mail account and process it. It worked quite well. Connect, process the mail, insert the stuff you want into the database via JDBC.

Note that the link is actually to a depricated API - while you can use it by itself, JavaMail is now part of J2EE.
__________________
GitS
Belisarius is offline   Reply With Quote