1Mail::AuthenticationResUusletrs(C3o)ntributed Perl DocumMeanitla:t:iAounthenticationResults(3)
2
3
4
6 Mail::AuthenticationResults - Object Oriented Authentication-Results
7 Headers
8
10 version 1.20200108
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
26 It is a work in progress..
27
29 new()
30 Return a new Mail::AuthenticationResults object
31
32 parser()
33 Returns a new Mail::AuthenticationResults::Parser object for the
34 supplied $auth_results header
35
37 Please report bugs via the github tracker.
38
39 https://github.com/marcbradshaw/Mail-AuthenticationResults/issues
40
42 Marc Bradshaw <marc@marcbradshaw.net>
43
45 This software is copyright (c) 2018 by Marc Bradshaw.
46
47 This is free software; you can redistribute it and/or modify it under
48 the same terms as the Perl 5 programming language system itself.
49
50
51
52perl v5.30.1 2020-01-30 Mail::AuthenticationResults(3)