Re: parse mime email

2007-06-20 Thread Tom Allison
Check the bugs on Email::MIME. IIRC there's an error when the response is '' which is legal but not handled by the code. I submitted a bug a couple of years ago and I don't believe it's been fixed. I found MIME::Tools to be the absolute best in parsing MIME content in it's ability to giv

Re: parse mime email

2007-06-20 Thread Tom Phoenix
On 6/20/07, Tony marquis <[EMAIL PROTECTED]> wrote: I'm trying to read the body and the attachment in a mime message. I keep getting the folling error. Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Email/MIME/ContentType.pm line 24. That means that at or near line 24 o

parse mime email

2007-06-20 Thread TONY MARQUIS
I'm trying to read the body and the attachment in a mime message. I keep getting the folling error. Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Email/MIME/ContentType.pm line 24. #!/usr/bin/perl -w use Net::POP3; use Email::MIME; my ($mail_server, $username, $passwo

parse mime email

2007-06-20 Thread Tony marquis
I'm trying to read the body and the attachment in a mime message. I keep getting the folling error. Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Email/MIME/ContentType.pm line 24. #!/usr/bin/perl -w use Net::POP3; use Email::MIME; my ($mail_server, $username, $pass