Uses of Interface
com.icegreen.greenmail.imap.ImapConstants
-
Packages that use ImapConstants Package Description com.icegreen.greenmail.imap com.icegreen.greenmail.store -
-
Uses of ImapConstants in com.icegreen.greenmail.imap
Classes in com.icegreen.greenmail.imap that implement ImapConstants Modifier and Type Class Description class
ImapHandler
The handler class for IMAP connections.class
ImapHostManagerImpl
An initial implementation of an ImapHost.class
ImapResponse
Class providing methods to send response messages from the server to the client. -
Uses of ImapConstants in com.icegreen.greenmail.store
Classes in com.icegreen.greenmail.store that implement ImapConstants Modifier and Type Class Description class
InMemoryStore
A simple in-memory implementation ofStore
, used for testing and development.
-