See METHODS in Mail::Reporter
Option | Defined in | Default |
---|---|---|
attributes | Mail::Message::Field::Structured | <ignored> |
charset | Mail::Message::Field::Full | undef |
datum | Mail::Message::Field::Structured |
|
encoding | Mail::Message::Field::Full |
|
force | Mail::Message::Field::Full | false |
language | Mail::Message::Field::Full | undef |
log | Mail::Reporter |
|
trace | Mail::Reporter |
|
my $mmfd = 'Mail::Message::Field::Date'; my $f = $mmfd->new(Date => time);
Attributes are not supported for date fields.
Is is not possible to add attributes to date fields: it is not permitted by the RFCs.
Convert date into a timestamp, as produced with POSIX::time().