Andrew Feller wrote:
> Craig,
>
> Very neat!
>
> Are you still working on the jersey-multipart project?
I am.
>  If so, have you considered any type of utility classes for working 
> with multipart attachments?  Aside from the Java Mail API library, is 
> there any library you recommend for determining MIME types from input 
> streams?
>
Well, jersey-multipart already figures out the MIME types of each body 
part for you -- see BodyPart.getMediaType() -- in fact, it uses JavaMail 
under the covers to parse the incoming multipart message bodies.  Is 
there some particular functionality that you think is missing?
> Thanks again Craig,
> Andrew
>
Craig