Mail::AuthenticationResults::Parser - Class for parsing Authentication Results Headers
Contents
Copyright And License
This software is copyright (c) 2021 by Marc Bradshaw.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5
programming language system itself.
perl v5.36.0 2023-11-03 Mail::Authenti...Results::Parser(3pm)
Description
Class for parsing Authentication Results headers into objects.
takes a string and returns a Mail::AuthenticationResults::Header object
Methods
new($header)
Return a new Parser instance.
If $header is supplied then parse it and return the parsed object.
parse($header)
Parse $header and return the parsed object.
from_authentication_results_json($json)
Parse $json as the json returned from an as_json method call and return the parsed object.
tokenise($header)
Tokenise the given $header string
parsed()
Return the parsed object tree
Name
Mail::AuthenticationResults::Parser - Class for parsing Authentication Results Headers
Version
version 2.20231031
