Re: Support of multipart/*
Chris Burdess <[email protected]>
| Newsgroups | gmane.comp.java.classpath.extensions.javamail |
|---|---|
| Message-ID | <[email protected]> |
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