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.20210112
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 tokenise( $header )
27 Tokenise the given $header string
28
29 parsed()
30 Return the parsed object tree
31
33 Marc Bradshaw <marc@marcbradshaw.net>
34
36 This software is copyright (c) 2020 by Marc Bradshaw.
37
38 This is free software; you can redistribute it and/or modify it under
39 the same terms as the Perl 5 programming language system itself.
40
41
42
43perl v5.34.0 2021-07M-a2i2l::AuthenticationResults::Parser(3)