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
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
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
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