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.