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 )
See create in Mail::Field.
$obj->parse
See parse in Mail::Field.

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->addr_list

Returns the collected Mail::Address objects.

$obj->addresses

Returns a list if email addresses, found in the field content.

$obj->names

Returns a list of nicely formatted named, for each of the addresses found in the content.

$obj->set_address( EMAIL, NAME )

Add/replace an EMAIL address to the field.

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