Dave Havard wrote: > > I am getting the following error: > > javax.mail.SendFailedException: Sending failed; > nested exception is: > class javax.mail.MessagingException: IOException while > sending message; > nested exception is: > javax.activation.UnsupportedDataTypeException: no > object DCH for MIME type > text/plain; charset=us-ascii
I haven't been following this thread, but if you need to declare mailcap entries I added that to the build processes very recently. See org.apache.james.util.mail, org.apache.james.util.mail.handlers and build.xml in the CVS for HEAD and branch_2_1_fcs. In build.xml you will see we now copy the contents of /src/meta-inf into james.jar. Within that is a mailcap file. Though its intended for packaged rather than custom functionality, you could download from CVS and follow this procedure as a known good route of extending activation support within James. -- Steve --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
