See SYNOPSIS in Mail::Message::Field
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
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