Nope, rfc977 says must use \r\n But it turns out that james has (and is using) an InternetPrintWriter, which uses \r\n regarless of host os. So if you write \r\n. you get \r\n.\r\n
Daniel. > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 13 October 2004 15:36 > To: James Users List > Subject: RE: Problem reading posts from NNTP server > > > i am not perfect in rfc's and standards but \r\n is a "must" just in mail > data so if it adds just \n it should be fine. correct? > > > > > "Daniel Perry" <[EMAIL PROTECTED]> > 13.10.2004 16:25 > Please respond to > "James Users List" <[EMAIL PROTECTED]> > > > To > "James Users List" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> > cc > > Subject > RE: Problem reading posts from NNTP server > > > > > > \r\n is put in there for you (provided java knows to use \r\n as newline, > and not just \n ?). > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
