Uses of Class
software.xdev.mailpit.model.HTMLCheckResponse
Packages that use HTMLCheckResponse
-
Uses of HTMLCheckResponse in software.xdev.mailpit.api
Methods in software.xdev.mailpit.api that return HTMLCheckResponseModifier and TypeMethodDescriptionOtherApi.hTMLCheckParams(String ID) HTML check Returns the summary of the message HTML checker.OtherApi.hTMLCheckParams(String ID, Map<String, String> additionalHeaders) HTML check Returns the summary of the message HTML checker. -
Uses of HTMLCheckResponse in software.xdev.mailpit.model
Methods in software.xdev.mailpit.model that return HTMLCheckResponseModifier and TypeMethodDescriptionHTMLCheckResponse.addWarningsItem(HTMLCheckWarning warningsItem) HTMLCheckResponse.putPlatformsItem(String key, List<String> platformsItem) HTMLCheckResponse.total(HTMLCheckTotal total) HTMLCheckResponse.warnings(List<HTMLCheckWarning> warnings)