my $f = Mail::Message::Field->new('List-Post' => 'http://x.org/'); my $g = Mail::Message::Field->new('List-Post'); $g->addURI('http://x.org'); my $uri = URI->new(...); $g->addURI($uri); my @uris = $g->URIs;
See SYNOPSIS in Mail::Message::Field::Structured
More recent RFCs prefer uri field notation over the various differentiated syntaxes. Especially the mailing-list RFCs use these fields all the time. This class can maintain these fields.
See DESCRIPTION in Mail::Message::Field::Full
See Field syntax in Mail::Message::Field
See Folding fields in Mail::Message::Field
See Structured fields in Mail::Message::Field
See Comments in fields in Mail::Message::Field
See Getting a field in Mail::Message::Field
See Using get() field in Mail::Message::Field
See Using study() field in Mail::Message::Field
See Using resent groups in Mail::Message::Field
See The field's data in Mail::Message::Field
See Access to the field in Mail::Message::Field
See Using simplified field access in Mail::Message::Field
See Specifying field data in Mail::Message::Field