You probably have a bad "mailcap" file in your classpath.
Have you added any library to james? Have you changed the classpath?

Stefano

Evert Tigchelaar wrote:
Here is a test mail that I sended like descripted in the JamesQuickstart (http://wiki.apache.org/james/JamesQuickstart), I copyed the text from
the FileStreamStore file from my inbox (I use a file based inbox).

Return-Path: <[EMAIL PROTECTED]>
Received: from localhost ([127.0.0.1])
         by mhdesk10 (JAMES SMTP Server 2.3-dev) with SMTP ID 133
         for <[EMAIL PROTECTED]>;
         Thu, 7 Sep 2006 09:27:51 +0200 (CEST)
subect: title
Date: Thu, 7 Sep 2006 09:27:51 +0200 (CEST)
From: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Message-ID: <[EMAIL PROTECTED]>

ewrw


After the mail has been delivered by the LocalDelivery mailet I call the service method of NotifySender.

If you need some more info, please let me know.

Thanks,
Evert

Norman Maurer wrote:
Can you give more infos ? Like whats the headers of the message ?
Is it happen al the time ?

bye
Norman


Am Dienstag, den 05.09.2006, 11:16 +0200 schrieb Evert Tigchelaar:
Hi, I am new to James and I want to send a notification message to the sender of an e-mail when it has been delivered to the receiver. The NotifySender (from the org.apache.james.transport.mailets package) looked like the mailet I need
but I got the following exception

exception! javax.mail.MessagingException: Exception spooling message: Exception caught while storing mail Container: ;
  nested exception is:
javax.mail.MessagingException: Exception caught while storing mail Container: ;
  nested exception is:
javax.mail.MessagingException: IOException wrapped by getMessageSize;
  nested exception is:
javax.activation.UnsupportedDataTypeException: no object DCH for MIME type multipart/mixed;
    boundary="----=_Part_0_13305839.1157447561953";
  nested exception is:
javax.activation.UnsupportedDataTypeException: no object DCH for MIME type multipart/mixed;
    boundary="----=_Part_0_13305839.1157447561953";
  nested exception is:
javax.mail.MessagingException: IOException wrapped by getMessageSize;
  nested exception is:
javax.activation.UnsupportedDataTypeException: no object DCH for MIME type multipart/mixed;
    boundary="----=_Part_0_13305839.1157447561953";
  nested exception is:
javax.activation.UnsupportedDataTypeException: no object DCH for MIME type multipart/mixed;
    boundary="----=_Part_0_13305839.1157447561953"

What could be wrong?

Thanks,
Evert



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to