[Chicago-talk] MIME Decoder?

Edward Summers ehs at pobox.com
Tue Aug 9 13:48:05 PDT 2005


 > Does anyone know of a good MIME Decoder package?

Simon Cozen's Email::Simple [1] looks like it could be pretty handy  
for this:

   my $mail = Email::Simple->new($text);
   my $body = $mail->body;

And it actually has some good ratings, which is encouraging :-)

//Ed

[1] http://search.cpan.org/dist/Email-Simple


More information about the Chicago-talk mailing list