Hi Robert,
i'm a little confused: i can't find this code in
http://svn.apache.org/repos/asf/james/mime4j/trunk/src/main/java/org/apache/james/mime4j/message/Message.java
The startMultipart code does exist in your above link. All I did above was add
the line as a quick hack test.
-->> mul
hi antony
On Tue, Mar 18, 2008 at 12:23 AM, Antony Bowesman <[EMAIL PROTECTED]> wrote:
> The Message.MessageBuilder class implements ContentHandler, but when
> parsing a
> multipart content type, never sets the subtype, so the Multipart object is
> always subtype "alternative".
>
> As the Content
The Message.MessageBuilder class implements ContentHandler, but when parsing a
multipart content type, never sets the subtype, so the Multipart object is
always subtype "alternative".
As the ContentTypeField throws away the main/subtypes and combines them into
mimeType, shouldn't the startMult