Uses of Class
org.jvnet.mock_javamail.Mailbox
-
-
Uses of Mailbox in org.jvnet.mock_javamail
Methods in org.jvnet.mock_javamail that return Mailbox Modifier and Type Method Description static Mailbox
Mailbox. get(jakarta.mail.Address a)
Get the inbox for the given address.static Mailbox
Mailbox. get(String address)
Constructors in org.jvnet.mock_javamail with parameters of type Mailbox Constructor Description MockFolder(MockStore store, Mailbox mailbox)
-