Uses of Interface
com.icegreen.greenmail.base.GreenMailOperations
Packages that use GreenMailOperations
Package
Description
-
Uses of GreenMailOperations in com.icegreen.greenmail.base
Methods in com.icegreen.greenmail.base that return GreenMailOperationsModifier and TypeMethodDescriptionGreenMailOperations.loadEmails(Path path) Loads emails from given path.GreenMailOperations.withConfiguration(GreenMailConfiguration config) Configure GreenMail instance using the given configuration -
Uses of GreenMailOperations in com.icegreen.greenmail.configuration
Classes in com.icegreen.greenmail.configuration that implement GreenMailOperationsModifier and TypeClassDescriptionclassA version of GreenMailOperations that implements the configure() method. -
Uses of GreenMailOperations in com.icegreen.greenmail.junit
Classes in com.icegreen.greenmail.junit that implement GreenMailOperationsModifier and TypeClassDescriptionclassDeprecated.Use com.icegreen.greenmail.junit4.GreenMailRule of module greenmail-junit4. -
Uses of GreenMailOperations in com.icegreen.greenmail.util
Classes in com.icegreen.greenmail.util that implement GreenMailOperationsModifier and TypeClassDescriptionclassUtility class that manages a greenmail server with support for multiple protocolsclassProxy that routes all operations to an internal greenmail instanceMethods in com.icegreen.greenmail.util that return GreenMailOperationsModifier and TypeMethodDescriptionGreenMail.loadEmails(Path sourceDirectory) GreenMailProxy.loadEmails(Path path) Methods in com.icegreen.greenmail.util with parameters of type GreenMailOperationsModifier and TypeMethodDescriptionstatic voidUserUtil.createUsers(GreenMailOperations greenMail, jakarta.mail.internet.InternetAddress... addresses) Create users for the given array of addresses.