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
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
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
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
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