Commons Email is a "wrapper" around the JavaMail API. I would imagine that the JavaMail provider(s) would be responsible for this.
On Wed, Jun 23, 2010 at 9:19 AM, Clive Haworth <[email protected]> wrote: > I need some clarification on what is and isn't done to mail headers by > commons email, both setting and getting. > > RFC 822 forces all email headers to use characters in the US-ASCII range 1 > through 127. Headers not natively in US-ASCII need to be encoded using RFC > 2047. > > Additionally RFC 822 forces header lines longer than 998 characters to be > folded. > > Does commons email handle all this automatically in ALL cases, some cases > (and if so which) or not at all? > > Regards, > Clive Haworth > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
