MIME::Entity

MIME::Entity is a Perl class for parsed-and-decoded MIME message.
Download

MIME::Entity Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Eryq, ZeeGee Software Inc
  • Publisher web site:
  • http://search.cpan.org/~doneill/MIME-tools-5.425/lib/MIME/Entity.pm

MIME::Entity Tags


MIME::Entity Description

MIME::Entity is a Perl class for parsed-and-decoded MIME message. MIME::Entity is a Perl class for parsed-and-decoded MIME message.SYNOPSISBefore reading further, you should see MIME::Tools to make sure that you understand where this module fits into the grand scheme of things. Go on, do it now. I'll wait.Ready? Ok... ### Create an entity: $top = MIME::Entity->build(From => 'me@myhost.com', To => 'you@yourhost.com', Subject => "Hello, nurse!", Data => @my_message); ### Attach stuff to it: $top->attach(Path => $gif_path, Type => "image/gif", Encoding => "base64"); ### Sign it: $top->sign; ### Output it: $top->print(*STDOUT); Requirements: · Perl


MIME::Entity Related Software