SYNOPSIS

 use Mail::Field;
 my $field = Mail::Field->new('Subject', 'some subject text');
 my $field = Mail::Field->new(subject => 'some subject text');

See SYNOPSIS in Mail::Field

DESCRIPTION

A generic implementation for header fields without own implementation. This is fine for fields like Subject, X-Mailer, etc., where the field holds only a string of no particular importance/format.

See DESCRIPTION in Mail::Field

DETAILS