Re: Bug in Message.MessageBuilder

2008-03-18 Thread Antony Bowesman
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

Re: Bug in Message.MessageBuilder

2008-03-18 Thread Robert Burrell Donkin
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

Bug in Message.MessageBuilder

2008-03-17 Thread Antony Bowesman
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