Uses of Interface
com.icegreen.greenmail.base.GreenMailOperations
-
Packages that use GreenMailOperations Package Description com.icegreen.greenmail.base com.icegreen.greenmail.configuration com.icegreen.greenmail.junit com.icegreen.greenmail.util -
-
Uses of GreenMailOperations in com.icegreen.greenmail.base
Methods in com.icegreen.greenmail.base that return GreenMailOperations Modifier and Type Method Description GreenMailOperationsGreenMailOperations. 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 GreenMailOperations Modifier and Type Class Description classConfiguredGreenMailA version of GreenMailOperations that implements the configure() method. -
Uses of GreenMailOperations in com.icegreen.greenmail.junit
Classes in com.icegreen.greenmail.junit that implement GreenMailOperations Modifier and Type Class Description classGreenMailRuleDeprecated.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 GreenMailOperations Modifier and Type Class Description classGreenMailUtility class that manages a greenmail server with support for multiple protocolsclassGreenMailProxyProxy that routes all operations to an internal greenmail instanceMethods in com.icegreen.greenmail.util with parameters of type GreenMailOperations Modifier and Type Method Description static voidUserUtil. createUsers(GreenMailOperations greenMail, jakarta.mail.internet.InternetAddress... addresses)Create users for the given array of addresses.
-