> -----Original Message----- > From: Yupapa [mailto:[EMAIL PROTECTED]] > Sent: Friday, December 27, 2002 5:00 AM > To: [EMAIL PROTECTED] > Subject: Mail Headers > > > Hello, > > I am writing a web-based email program in Perl and need some > help about the > mail headers. > How do you remove them and display the content? > And how do you know which part of the entire mail is an attachment? > > Generally, my program uses the Net::POP3 module for logging in and > downloading mail and put each mail to a .txt file. > In order to have better quality of the look of email, i have > to remove the > mail headers. Any help would be appreciated.
Email messages are MIME messages, so you need to look at the various MIME modules on CPAN. Start with MIME::Tools <http://search.cpan.org/author/ERYQ/MIME-tools-5.411a/> -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]