I'm wanting to extend MultiPartEmail to provide an SMIME MultiPartEmail implementation.
However, it looks like the addPart(...) methods all directly instantiate MimeBodyPart. My SMIME implementation would ideally use the addPart() methods, but I'd need it to instantiate an SMimeBodyPart. My solution would be to move the instantiation of the BodyPart implementation to a getBodyPart() method, and allow my implementation to do what it needs. Any thoughts on another solution that wouldn't require a change to the current 1.0-rc4 release? Thanks. T --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
