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.