The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Mail::BIMI::Base - Base class for Mail::BIMI subclasses

VERSION

version 3.20240319

DESCRIPTION

Base BIMI class with common methods and attributes

ATTRIBUTES

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

bimi_object

is=ro required

Base Mail::BIMI object for this operation

EXTENDS

METHODS

record_object()

Return the current Mail::BIMI::Record object for this operation

authority_object()

Return the current Mail::BIMI::Authority object for this operation

log_verbose()

Output given text if in verbose mode.

REQUIRES

AUTHOR

Marc Bradshaw <marc@marcbradshaw.net>

COPYRIGHT AND LICENSE

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.