hi how do view an email message's body only? cause currently when I send an email and I use a servlet to view the email's content in a web page, all the header with the body are displayed. What should I do so that only the email's body(content) are displayed, without all the headers.
here's an example of what is being displayed now: ----------------------------------------------------- Message :Return-Path: Received: from localhost ([127.0.0.1]) by imin (JAMES SMTP Server 2.1.3) with SMTP ID 737 for ; Thu, 10 Jun 2004 15:10:52 +0800 (GMT+08:00) Message-ID: <[EMAIL PROTECTED]> From: "Abdul Muhaimin" To: Subject: TMConfidential:Assalamualaikum. Date: Thu, 10 Jun 2004 15:10:50 +0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0014_01C44EFD.1DDF91A0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2739.300 This is a multi-part message in MIME format. ------=_NextPart_000_0014_01C44EFD.1DDF91A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable There is no God but Allah. ------=_NextPart_000_0014_01C44EFD.1DDF91A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable There is no God but=20 Allah. ------=_NextPart_000_0014_01C44EFD.1DDF91A0-- ---------------------------------------------------- what should I do so that only the body of the email are being displayed? Thanx a lot. Any help are greatly appreciated. __________________________________ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http://messenger.yahoo.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]