classpathx-javamail
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Classpathx-javamail] Support of multipart/*


From: Chris Burdess
Subject: Re: [Classpathx-javamail] Support of multipart/*
Date: Tue, 19 Apr 2005 19:53:13 +0100

Robert Mitchell wrote:
According to the Javamail specification, if a Part's content type is any
subtype of multipart, the Part's getContent() method will return a
javax.mail.Multipart (see page 17 of the 1.2 specification).

This does not work in Gnu's Javamail implementation:  The mailcap file
includes DataContentHandler types for many of the common subtypes of
multipart, but does not does not include one for multipart/*, which
would be the only way to implement that requirement.  In particular, I
am having problems with content of type multipart/report.

I've added multipart/report support explicitly. Unknown multipart type data handlers should now be handled.
--
Chris Burdess





reply via email to

[Prev in Thread] Current Thread [Next in Thread]