rocky karhe wrote: >i am new to php. >Can u plz elaborate how to get it from headers. >Is there any function to do so.
This is perl, not php. I'm new also but seeing as the list is quiet I'll have a go. Are you familiar with objects? A quick search on CPAN pulled up the Mail::Folder module. This has a get_header method. >From Perl In A Nutshell: $folder->get_header(msg_num) Extracts a message header; takes one argument: the message number. Returns a reference to a Mail::Header object. You'll need to set up the folder object first: $folder = new(ftype[, foldername][, options]) ************************************************************************ The information contained in this message or any of its attachments is confidential and is intended for the exclusive use of the addressee. The information may also be legally privileged. The views expressed may not be company policy, but the personal views of the originator. If you are not the addressee, any disclosure, reproduction, distribution or other dissemination or use of this communication is strictly prohibited. If you have received this message in error, please contact [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> and then delete this message. Exide Technologies is an industrial and transportation battery producer and recycler with operations in 89 countries. Further information can be found at www.exide.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>