1Mail::AuthenticationResUusletrs(C3o)ntributed Perl DocumMeanitla:t:iAounthenticationResults(3)
2
3
4
6 Mail::AuthenticationResults - Object Oriented Authentication-Results
7 Headers
8
10 version 2.20210915
11
13 Object Oriented Authentication-Results email headers.
14
15 This parser copes with most styles of Authentication-Results header
16 seen in the wild, but is not yet fully RFC7601 compliant
17
18 Differences from RFC7601
19
20 key/value pairs are parsed when present in the authserv-id section,
21 this is against RFC but has been seen in headers added by Yahoo!.
22
23 Comments added between key/value pairs will be added after them in the
24 data structures and when stringified.
25
27 new()
28 Return a new Mail::AuthenticationResults object
29
30 parser()
31 Returns a new Mail::AuthenticationResults::Parser object for the
32 supplied $auth_results header
33
35 Please report bugs via the github tracker.
36
37 https://github.com/marcbradshaw/Mail-AuthenticationResults/issues
38
40 Marc Bradshaw <marc@marcbradshaw.net>
41
43 This software is copyright (c) 2021 by Marc Bradshaw.
44
45 This is free software; you can redistribute it and/or modify it under
46 the same terms as the Perl 5 programming language system itself.
47
48
49
50perl v5.36.0 2022-07-22 Mail::AuthenticationResults(3)