perl.beginners
[Top] [All Lists]

RE: Separating the body of the text in email from its header

Subject: RE: Separating the body of the text in email from its header
From: Prasanna Kumar Nagasamudram
Date: Fri, 26 Oct 2007 14:51:08 +0530
Newsgroups: perl.beginners

The usually the format of the mail will be

HEADER1
HEADER2
HEADER3
..
..
..
HEADERn

BODY


Please note there will be a blank line b/w the end of the header and the
body.


So you start from the beginning of the mail and keep ignoring the lines
until you find a blank line

The rest of it would be the body.


Thanks
Prasanna



-----Original Message-----
From: Praveena.Vittal@xxxxxxx [mailto:Praveena.Vittal@xxxxxxx] 
Sent: Friday, October 26, 2007 2:42 PM
To: beginners@xxxxxxxx
Subject: Separating the body of the text in email from its header

Hi,

 I need a urgent help....

 How can we separate the body of the text in an email from its header?


Regards,
Praveena

-- 
To unsubscribe, e-mail: beginners-unsubscribe@xxxxxxxx
For additional commands, e-mail: beginners-help@xxxxxxxx
http://learn.perl.org/



<Prev in Thread] Current Thread [Next in Thread>