----- Original Message ----- From: "Andrew C. Oliver" <[EMAIL PROTECTED]> > ih = new InternetHeaders(msgIn); > // just for debugging > byte[] b = new byte[4]; > msgIn.read(b); .... > Oddly, this just blocks when mozilla mail tries.
There may be a problem with above snippet. It is my impression that InternetHeaders eats line terminating CRLF and the empty line after header. It attempts to read bytes till it finds an empty line. This may be a reason for blocking. Harmeet --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
