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

NAME

Mail::BIMI::Record::Location - Class to model a BIMI location

VERSION

version 3.20240402

DESCRIPTION

Class for representing, validating, and processing a BIMI location attribute

INPUTS

These values are used as inputs for lookups and verifications, they are typically set by the caller based on values found in the message being processed

uri

is=rw required

URI of Indicator

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

errors

is=rw

indicator

is=rw

Mail::BIMI::Indicator object for this location

is_location_valid

is=rw

is_relevant

is=rw

Is the location relevant

is_valid

is=rw

Is this Location record valid

warnings

is=rw

CONSUMES

EXTENDS

METHODS

finish()

Finish and clean up, write cache if enabled.

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.