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
Methods in com.icegreen.greenmail.imap that return Store Modifier and Type Method Description StoreImapHostManager. getStore()Gets the store underneath.StoreImapHostManagerImpl. getStore()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 classInMemoryStoreA simple in-memory implementation ofStore, used for testing and development.
-