Re: get linefeed from getContent() in JavaMail
Posted By:
Dennis_Meyer
Posted On:
Sunday, January 20, 2002 01:50 PM
Seems to ba a Unix/Windows Problem. Windows uses different code to
display a "Return" than Unix. Unix just uses linefeed, Windows uses
linefeed and a carriage return, so the code is "/n/r" instead of "/n".
Re: get linefeed from getContent() in JavaMail
Posted By:
John_Zukowski
Posted On:
Tuesday, October 30, 2001 06:04 PM
It sounds like you are getting the message content fine, but trying to display it in an HTML enabled window. No special character involved. Try sending the output to System.out to make sure you have the content properly, and then deal with the display part separately.