Mail::AuthenticationResults::Parser - Class for parsing Authentication Results Headers
version 2.20230112
Class for parsing Authentication Results headers into objects.
takes a string and returns a Mail::AuthenticationResults::Header object
Return a new Parser instance.
If $header is supplied then parse it and return the parsed object.
Parse $header and return the parsed object.
Parse $json as the json returned from an as_json method call and return the parsed object.
Tokenise the given $header string
Return the parsed object tree
Marc Bradshaw <marc@marcbradshaw.net>
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.
To install Mail::AuthenticationResults, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Mail::AuthenticationResults
CPAN shell
perl -MCPAN -e shell install Mail::AuthenticationResults
For more information on module installation, please visit the detailed CPAN module installation guide.