METHODS

Constructors

See Constructors in Mail::Field

$class->combine( FIELDS )
See combine in Mail::Field.
$class->extract( TAG, HEAD [, INDEX ] )
See extract in Mail::Field.
$class->new( TAG [, STRING | OPTIONS] )
See new in Mail::Field.

"Fake" constructors

$obj->create( OPTIONS )
Option Default

Text

''

Text => STRING
$obj->parse( [STRING] )

Set the new text, which is empty when no STRING is provided.

Accessors

$obj->set( OPTIONS )
See set in Mail::Field.
$obj->stringify
See stringify in Mail::Field.
$obj->tag
$class->tag
See tag in Mail::Field.

Smart accessors

$obj->text( [STRING] )
See text in Mail::Field.