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 |
|
Attributes are not supported here.
Is is not possible to add attributes to this field.
Add a tag to the set. When the tag already exists, it is replaced. Names are (converted to) lower-case. When multiple values are given, they will be concatenated with a blank (and may get folded there later)
Returns the value for the named tag.
The tag methods return the tag-value content without any validation or modification. For many situations, the actual content does not need (expensive) validation and interpretation.
The Agent or User Identifier (AUID). Defaults to @$domain
Signature algorithm. Should be rsa-sha(1|256): check before use. Required.
The number of octets which where used to calculate the hash. By default, the whole body was used.
The canonicalization method used. Defaults to 'simple/simple'.
The sub-domain (SDID) which claims responsibility for this signature. Required.
The timestamp when the signature will expire. Recommended.
Some headers from the original message packed together.
A colon-separated list of method which can be used to retrieve the public key. The default is "dns/txt" (currently the only valid option)
The selector subdividing the $domain tag. Required.
Message signature in base64, with whitespaces removed. Required.
The colon separated list of headers which need to be included in the signature. Required.
When the signature was created in UNIX-like seconds (since 1970). Recommended.
Signature header syntax version (usually 1)
See Parsing in Mail::Message::Field::Full