How do I add a MultiPart to a MultiPart? The API only seems to allow adding BodyPart's.
Created May 7, 2012
Walid "BigW" Gedeon BodyPart implements the Part interface where you can set it's contents to be a Multipart: setContent(Multipart).
Created May 7, 2012