Re: using James with Sendmail

2008-07-09 Thread Marc Chamberlin
Stefano Bagnara wrote: Marc Chamberlin ha scritto: Marc Chamberlin wrote: Any chance the instructions on the James website for using James with Sendmail on Linux systems has been (will be) updated soon? It appears to be no longer in sync with the current versions of the Sendmail configuration

Re: Processing Email Attachments...

2008-07-09 Thread Gary Jarrel
I was recently working on a similar project of parsing out email messages including attachment and got a lot of good info from: http://java.sun.com/products/javamail/FAQ.html#readattach Hope it helps, garyj On Wed, Jul 9, 2008 at 11:37 AM, Ajay Chitre <[EMAIL PROTECTED]> wrote: > When an email

RE: Processing Email Attachments...

2008-07-09 Thread Carl Vorster
Hi Ajay, Here's some code; change as required, I grab the folder to drop the attachments into from the config file using getInitParameter() in the init method. public void service(Mail mail) throws MessagingException { try { MimeMessage msg = (MimeMessage) ma