1Mail::AuthenticationResUusletrs:C:oPnatrrsiebru(t3e)d PeMralilD:o:cAuumtehnetnattiicoantionResults::Parser(3)
2
3
4
6 Mail::AuthenticationResults::Parser - Class for parsing Authentication
7 Results Headers
8
10 version 2.20230112
11
13 Class for parsing Authentication Results headers into objects.
14
15 takes a string and returns a Mail::AuthenticationResults::Header object
16
18 new( $header )
19 Return a new Parser instance.
20
21 If $header is supplied then parse it and return the parsed object.
22
23 parse( $header )
24 Parse $header and return the parsed object.
25
26 from_authentication_results_json( $json )
27 Parse $json as the json returned from an as_json method call and return
28 the parsed object.
29
30 tokenise( $header )
31 Tokenise the given $header string
32
33 parsed()
34 Return the parsed object tree
35
37 Marc Bradshaw <marc@marcbradshaw.net>
38
40 This software is copyright (c) 2021 by Marc Bradshaw.
41
42 This is free software; you can redistribute it and/or modify it under
43 the same terms as the Perl 5 programming language system itself.
44
45
46
47perl v5.38.0 2023-07M-a2i0l::AuthenticationResults::Parser(3)