SYNOPSIS

  use Mail::Internet;
  my $msg = Mail::Internet->new(\*STDIN);

DESCRIPTION

This package implements reading, creating, manipulating, and writing email messages. Sometimes, the implementation tries to be too smart, but in the general case it works as expected.

If you start writing a new application, you should use the Mail::Box distribution, which has more features and handles messages much better according to the RFCs. See http://perl.overmeer.net/mailbox/. You may also chose manual MIME::Entity, to get at least some multipart support in your application.