SYNOPSIS

 my $f = Mail::Message::Field->new(Date => time);

See SYNOPSIS in Mail::Message::Field::Structured

DESCRIPTION

Dates are a little more tricky than it should be: the formatting permits a few constructs more than other RFCs use for timestamps. For instance, a small subset of timezone abbreviations are permitted.

The studied date field will reformat the content into a standard form.

See DESCRIPTION in Mail::Message::Field::Full

DETAILS

Field syntax

See Field syntax in Mail::Message::Field

Folding fields

See Folding fields in Mail::Message::Field

Structured fields

See Structured fields in Mail::Message::Field

Comments in fields

See Comments in fields in Mail::Message::Field

Getting a field

See Getting a field in Mail::Message::Field

Using get() field

See Using get() field in Mail::Message::Field

Using study() field

See Using study() field in Mail::Message::Field

Using resent groups

See Using resent groups in Mail::Message::Field

The field's data

See The field's data in Mail::Message::Field

Access to the field

See Access to the field in Mail::Message::Field

Using simplified field access

See Using simplified field access in Mail::Message::Field

Specifying field data

See Specifying field data in Mail::Message::Field

Field class implementation

See Field class implementation in Mail::Message::Field