|  |  
 |   |   
 NAMEMail::BIMI::Result - Class to model a BIMI result VERSIONversion 3.20250130 DESCRIPTIONClass for representing a BIMI result ATTRIBUTESThese values are derived from lookups and verifications made based upon the input values, it is however possible to override these with other values should you wish to, for example, validate a record before it is published in DNS, or validate an Indicator which is only available locally commentis=rw Text comment erroris=rw Optional Mail::BIMI::Error object detailing failure headersis=rw Hashref of headers to add to message resultis=rw Text result EXTENDS
 METHODSdomain()Return the domain of the current operation selector()Return the selector of the current operation set_result($result)Set the result text and comment for this Result object If $result is a Mail::BIMI::Error object then the result will be built from its attributes, otherwise the result must be a string. get_authentication_results_object()Returns a Mail::AuthenticationResults::Header::Entry object with the BIMI results set get_authentication_results()Return the BIMI Authentication-Results fragment as text REQUIRES
 AUTHORMarc Bradshaw <marc@marcbradshaw.net> COPYRIGHT AND LICENSEThis software is copyright (c) 2020 by Marc Bradshaw. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. 
 
 |