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