19
19
Package for parsing ``Authentication-Results`` headers as defined in RFC 5451.
20
20
Optional support for authentication methods defined in RFCs 5617, 6008, 6212,
23
23
>>> str(authres.AuthenticationResultsHeader('test.example.org', version=1))
24
24
'Authentication-Results: test.example.org 1; none'