Re: line wrapping in MIME

Archit Shah <[email protected]> Mon, 20 Jun 2005 12:10:23 -0400
Newsgroups gmane.comp.java.classpath.extensions.javamail
Message-ID <[email protected]>
The JOnAS tests pass using the patched GNU javamail (no use of 
RFC2822OutputStream).

  -- Archit

Archit Shah wrote:
> Attached is patch that removes line wrapping in the bodies of mime parts 
> by eliminating the use of RFC2822OutputStream in MimeBodyPart and 
> MimeMessage. Also attached is a JUnit test case for this behavior. This 
> patch fixes test failures found when testing JOnAS with the classpathx 
> Javamail implementation. Further testing is on going with results 
> available on Monday.