package
1.23.1
Repository: https://github.com/axllent/mailpit.git
Documentation: pkg.go.dev

# README

HTML check

The database used for HTML support tests is based on can I email.

The caniemail-data.json file used to determine client support is copied from the API

# Functions

Platforms returns all platforms with their respective email clients.
RunTests will run all tests on an HTML string.

# Variables

LimitClients will limit results to clients if set.
LimitFamilies will limit results to families if set.
LimitPlatforms will limit results to platforms if set.

# Structs

CanIEmail struct for JSON data.
JSONResult struct for CanIEmail Data.
Response represents the HTML check response struct swagger:model HTMLCheckResponse.
Result struct swagger:model HTMLCheckResult.
Score struct swagger:model HTMLCheckScore.
Total weighted result for all scores swagger:model HTMLCheckTotal.
Warning represents a failed test swagger:model HTMLCheckWarning.