Uses of Interface
com.icegreen.greenmail.imap.ImapConstants
-
Packages that use ImapConstants Package Description com.icegreen.greenmail.imap com.icegreen.greenmail.imap.commands 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 classImapHandlerThe handler class for IMAP connections.classImapHostManagerImplAn initial implementation of an ImapHost.classImapResponseClass providing methods to send response messages from the server to the client. -
Uses of ImapConstants in com.icegreen.greenmail.imap.commands
Classes in com.icegreen.greenmail.imap.commands that implement ImapConstants Modifier and Type Class Description classQuotaCommandImplements IMAP Quota Extension.classQuotaRootCommandImplements IMAP Quota Extension.classSetQuotaCommandImplements IMAP Quota Extension. -
Uses of ImapConstants in com.icegreen.greenmail.store
Classes in com.icegreen.greenmail.store that implement ImapConstants Modifier and Type Class Description classInMemoryStoreA simple in-memory implementation ofStore, used for testing and development.
-