|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FolderInterface | |
---|---|
org.apache.james.mailrepository.javamail |
Uses of FolderInterface in org.apache.james.mailrepository.javamail |
---|
Subinterfaces of FolderInterface in org.apache.james.mailrepository.javamail | |
---|---|
interface |
UIDPlusFolder
Interim interface to provide access to UID PLUS methods reflecting RFC 2359, until official Javamail API offers this. |
Classes in org.apache.james.mailrepository.javamail that implement FolderInterface | |
---|---|
class |
FolderAdapter
Simple 1:1 wrapper that holds a javax.mail.Folder internally to be accessed through the FolderInterface |
class |
UIDPlusFolderAdapter
Simple 1:1 wrapper for original JavaMail Folder and UIDFolder. |
Methods in org.apache.james.mailrepository.javamail that return FolderInterface | |
---|---|
FolderInterface |
UIDPlusFolderMailRepository.createAdapter(javax.mail.Folder folder)
returns a UIDPlusFolderAdapter wrapper |
FolderInterface |
FolderAdapterFactory.createAdapter(javax.mail.Folder folder)
used by StoreGateKeeper to get the right FolderInterface implementation |
FolderInterface |
HashJavamailStoreMailRepository.createAdapter(javax.mail.Folder folder)
just uses a FolderAdapter to wrap around folder |
FolderInterface |
FolderGateKeeperImpl.getFolder()
|
FolderInterface |
FolderGateKeeper.getFolder()
Gets the Folder and don't care whether it is open or closed. |
FolderInterface |
FolderGateKeeperImpl.getOpenFolder()
|
FolderInterface |
FolderGateKeeper.getOpenFolder()
Gets the Folder and opens it, if necessary |
FolderInterface[] |
FolderInterface.list(java.lang.String string)
|
FolderInterface[] |
FolderAdapter.list(java.lang.String pattern)
|
protected FolderInterface |
FolderAdapter.wrapFolder(javax.mail.Folder folder)
Wrap Folder in this class |
protected FolderInterface[] |
FolderAdapter.wrapFolders(javax.mail.Folder[] folders)
|
Constructors in org.apache.james.mailrepository.javamail with parameters of type FolderInterface | |
---|---|
FolderGateKeeperImpl(FolderInterface folder,
StoreGateKeeper storeGateKeeper)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |