|
NAMEMail::BIMI::Record - Class to model a BIMI record VERSIONversion 3.20250130 DESCRIPTIONClass for representing, retrieving, validating, and processing a BIMI Record INPUTSThese 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 domainis=rw required Domain the for the record selectoris=rw Selector used to retrieve the record; will become default if fallback was used 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 authorityis=rw Mail::BIMI::Record::Authority object for this record cache_backendis=ro errorsis=rw is_validis=rw Is this record valid locationis=rw Mail::BIMI::Record::Location object for this record record_hashrefis=rw Hashref of record values retrieved_domainis=rw Domain the record was retrieved from retrieved_recordis=rw Record as retrieved retrieved_selectoris=rw Selector the record was retrieved from versionis=rw BIMI Version tag warningsis=rw CONSUMES
EXTENDS
METHODScache_valid_for()How long should the cache for this class be valid location_is_relevant()Return true is the location is relevant to the validation of the record. If we don't have a relevant authority, or we are checking BOTH authority and location. finish()Finish and clean up, write cache if enabled. app_validate()Output human readable validation status of this object 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.
|