Mail::BIMI::Result - Class to model a BIMI result
version 3.20231123
Class for representing a BIMI result
These 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
is=rw
Text comment
Optional Mail::BIMI::Error object detailing failure
Hashref of headers to add to message
Text result
Mail::BIMI::Base
Return the domain of the current operation
Return the selector of the current operation
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.
Returns a Mail::AuthenticationResults::Header::Entry object with the BIMI results set
Return the BIMI Authentication-Results fragment as text
Mail::AuthenticationResults::Header::Comment
Mail::AuthenticationResults::Header::Entry
Mail::AuthenticationResults::Header::SubEntry
Mail::BIMI::Prelude
Moose
Marc Bradshaw <marc@marcbradshaw.net>
This 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.
To install Mail::BIMI, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Mail::BIMI
CPAN shell
perl -MCPAN -e shell install Mail::BIMI
For more information on module installation, please visit the detailed CPAN module installation guide.