SYNOPSIS

See SYNOPSIS in Mail::Message::Field

DESCRIPTION

This is the flexible implementation of a field: it can easily be extended because it stores its data in a hash and the constructor (new) and initializer (init) are split. However, you pay the price in performance. Mail::Message::Field::Fast is faster (as the name predicts).

See DESCRIPTION in Mail::Message::Field

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