581
# RFC 7293, The Require-Recipient-Valid-Since Header Field and SMTP Service Extension, header field types
583
# Example 12.3 from RFC 7293
584
>>> import authres.rrvs
585
>>> rrvsarobj = authres_context.parse('Authentication-Results: mx.example.com; rrvs=pass smtp.rcptto=user@example.com')
586
>>> str(rrvsarobj.authserv_id)
588
>>> str(rrvsarobj.results[0].method)
590
>>> str(rrvsarobj.results[0].result)
592
>>> str(rrvsarobj.results[0].reason)
594
>>> str(rrvsarobj.results[0].properties[0].type)
596
>>> str(rrvsarobj.results[0].properties[0].name)
598
>>> str(rrvsarobj.results[0].properties[0].value)