Mail::Field

Mail::Field is a base class for manipulation of mail header fields.
Download

Mail::Field Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Mark Overmeer
  • Publisher web site:
  • http://search.cpan.org/~markov/

Mail::Field Tags


Mail::Field Description

Mail::Field is a base class for manipulation of mail header fields. Mail::Field is a base class for manipulation of mail header fields.SYNOPSIS use Mail::Field; $field = Mail::Field->new('Subject', 'some subject text'); print $field->tag,": ",$field->stringify,"n"; $field = Mail::Field->subject('some subject text');Mail::Field is a base class for packages that create and manipulate fields from Email (and MIME) headers. Each different field will have its own sub-class, defining its own interface.This document describes the minimum interface that each sub-class should provide, and also guidlines on how the field specific interface should be defined. Requirements: · Perl


Mail::Field Related Software