Email::Simple::OneLineHeaders

Email::Simple::OneLineHeaders module is the same as Email::Simple but without the folding.
Download

Email::Simple::OneLineHeaders Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jonathan Buhacoff
  • Publisher web site:
  • http://search.cpan.org/~jbuhacoff/Email-Simple-OneLineHeaders-1.92/lib/Email/Simple/OneLineHeaders.pm

Email::Simple::OneLineHeaders Tags


Email::Simple::OneLineHeaders Description

Email::Simple::OneLineHeaders module is the same as Email::Simple but without the folding. Email::Simple::OneLineHeaders module is the same as Email::Simple but without the folding.SYNOPSIS my $mail = Email::Simple::OneLineHeaders->new($text); print $mail->as_string;The original Email::Simple might output something like this:Received: from (account jonathan verified) by imiinc.com (CommuniGate Pro SMTP 4.3.4) with ESMTPA id 130117 for jonathan@imiinc.com; Wed, 27 Jul 2005 23:01:07 -0700But this module outputs one line headers:Received: from (account jonathan verified) by imiinc.com (CommuniGate Pro SMTP 4.3.4) with ESMTPA id 130117 for jonathan@imiinc.com; Wed, 27 Jul 2005 23:01:07 -0700CAVEATSEmail::Simple handles only RFC2822 formatted messages. This means you cannot expect it to cope well as the only parser between you and the outside world, say for example when writing a mail filter for invocation from a .forward file (for this we recommend you use Email::Filter anyway). For more information on this issue please consult RT issue 2478, http://rt.cpan.org/NoAuth/Bug.html?id=2478 . Requirements: · Perl


Email::Simple::OneLineHeaders Related Software