Uses of Class
org.shredzone.acme4j.smime.email.ResponseGenerator
Packages that use ResponseGenerator
Package
Description
This package contains classes for processing incoming validation emails, and for
generating outgoing response emails.
-
Uses of ResponseGenerator in org.shredzone.acme4j.smime.email
Methods in org.shredzone.acme4j.smime.email that return ResponseGeneratorModifier and TypeMethodDescriptionEmailProcessor.respond()Returns aResponseGeneratorfor generating a response email.ResponseGenerator.withFooter(String footer) Adds a custom footer to the response mail body.ResponseGenerator.withGenerator(ResponseBodyGenerator generator) Sets aResponseBodyGeneratorthat is used for generating a response body.ResponseGenerator.withHeader(String header) Adds a custom header to the response mail body.