Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

java & POP mail

Status
Not open for further replies.

andrewbadera

Programmer
Jan 27, 2002
43
US
I need to write an email POP'g and scraping application that parses XML email attachments (I'll be going DOM, they're short, single-record files) and passes the parsed data to a database located external to my client's network, with their website ISP, probably by making a URLConnection to an ASP script on the server (each record only contains 15 or so elements, it's not a lot of data, and access to the database with the ISP is fairly limited).

The only aspect of this that I'm unfamiliar with is how to obtain POP email. Is javax.mail the way to go? Is it the only way to go? Would anyone have any tutorial-type references?

TIA-
--andrew
 
If you download the JavaMail package, it comes with a PDF document. I've personally found it to be quite helpful. Liam Morley
lmorley@gdc.wpi.edu
"light the deep, and bring silence to the world.
light the world, and bring depth to the silence."
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top