Email::Simple

Simple parsing of RFC2822 message format and headers class
Download

Email::Simple Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Ricardo Signes
  • Publisher web site:
  • http://search.cpan.org/~rjbs/

Email::Simple Tags


Email::Simple Description

Simple parsing of RFC2822 message format and headers class Email::Simple is a Perl module that can be used for simple parsing of RFC2822 message format and headers.SYNOPSIS my $email = Email::Simple->new($text); my $from_header = $email->header("From"); my @received = $email->header("Received"); $email->header_set("From", 'Simon Cozens '); my $old_body = $email->body; $email->body_set("Hello world Simon"); print $email->as_string;Email::Simple is the first deliverable of the "Perl Email Project." The Email:: namespace was begun as a reaction against the increasing complexity and bugginess of Perl's existing email modules. Email::* modules are meant to be simple to use and to maintain, pared to the bone, fast, minimal in their external dependencies, and correct. Requirements: · Perl


Email::Simple Related Software