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 )
Option Default

Time

undef

TimeStr

undef

Time => SECONDS
TimeStr => STRING
A string acceptable to Date::Parse.
$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.
$obj->time( [TIME] )

Query (or change) the TIME (as stored in the field) in seconds.