Mail::Field 1.74 review
DownloadMail::Field is a base class for manipulation of mail header fields. SYNOPSIS use Mail::Field; $field = Mail::Fie
|
|
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 1.74 keywords