mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
f71b7026b8
Mail::AuthenticationResults provides object-oriented authentication-results email headers. This parser copes with most styles of Authentication-Results header seen in the wild, but is not yet fully RFC7601 compliant. Differences from RFC7601: - key/value pairs are parsed when present in the authserv-id section, this is against RFC but has been seen in headers added by Yahoo!. - Comments added between key/value pairs will be added after them in the data structures and when stringified. WWW: https://metacpan.org/release/Mail-AuthenticationResults
12 lines
557 B
Plaintext
12 lines
557 B
Plaintext
Mail::AuthenticationResults provides object-oriented authentication-results
|
|
email headers. This parser copes with most styles of Authentication-Results
|
|
header seen in the wild, but is not yet fully RFC7601 compliant.
|
|
|
|
Differences from RFC7601:
|
|
- key/value pairs are parsed when present in the authserv-id section, this is
|
|
against RFC but has been seen in headers added by Yahoo!.
|
|
- Comments added between key/value pairs will be added after them in the data
|
|
structures and when stringified.
|
|
|
|
WWW: https://metacpan.org/release/Mail-AuthenticationResults
|