classpathx-javamail
[Top][All Lists]
Advanced

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

[Classpathx-javamail] Support of multipart/*


From: Robert Mitchell
Subject: [Classpathx-javamail] Support of multipart/*
Date: Mon, 18 Apr 2005 12:12:35 -0500

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.
 
Thanks,
Bob Mitchell.


reply via email to

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