I need to parse .eml files to get things like the subject, from, to, etc. Here's some java code that does almost exactly what I want to do: http://www.rgagnon.com/javadetails/java-0458.html However, I want to put this java code in a .cfc. I've done a lot with Coldfusion, but one thing I haven't done is use java in a cfc before. Any pointers or tips to help me get started would be very much appreciated.