RE: Processing Email Attachments...

2009-02-03 Thread Tibbs, Richard
I am a customer Richard - To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org For additional commands, e-mail: server-user-h...@james.apache.org

RE: Processing Email Attachments...

2009-01-30 Thread Tibbs, Richard
I am a customer Richard - To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org For additional commands, e-mail: server-user-h...@james.apache.org

.RE: Processing Email Attachments...

2009-01-30 Thread Tibbs, Richard
I am a customer. - To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org For additional commands, e-mail: server-user-h...@james.apache.org

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