I think there is a minor problem with the latest patch for MIME4J-72 I submitted. Calling dispose() on an already disposed Body should have no effect. Unfortunately this is not the case for TempFileBinaryBody and TempFileTextBody.
Could you please insert "if (disposed) return;" at the beginning of the dispose method of these two classes? Thank you Markus On Tue, Oct 7, 2008 at 10:29 PM, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > Folks, > > Just in case here are the latest packages and release notes > > release notes: > http://people.apache.org/~olegk/mime4j-preview/RELEASE_NOTES.txt<http://people.apache.org/%7Eolegk/mime4j-preview/RELEASE_NOTES.txt> > > packages: > http://people.apache.org/~olegk/mime4j-preview/packages/<http://people.apache.org/%7Eolegk/mime4j-preview/packages/> > > site (status page): > http://people.apache.org/~olegk/mime4j-preview/site/status.html<http://people.apache.org/%7Eolegk/mime4j-preview/site/status.html> > > If I hear no complaints and barring any last minute release blockers I > will proceed with tagging the latest code in SVN and building the > official release artifacts tomorrow > > Cheers > > Oleg > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Always remember you're unique. Just like everyone else.
