Uses of Interface
com.icegreen.greenmail.store.Store
-
Packages that use Store Package Description com.icegreen.greenmail.imap com.icegreen.greenmail.store -
-
Uses of Store in com.icegreen.greenmail.imap
Constructors in com.icegreen.greenmail.imap with parameters of type Store Constructor Description ImapHostManagerImpl(Store store)
-
Uses of Store in com.icegreen.greenmail.store
Classes in com.icegreen.greenmail.store that implement Store Modifier and Type Class Description class
InMemoryStore
A simple in-memory implementation ofStore
, used for testing and development.
-