Uses of Interface
org.apache.james.mailrepository.javamail.FolderAdapterFactory

Packages that use FolderAdapterFactory
org.apache.james.mailrepository.javamail   
 

Uses of FolderAdapterFactory in org.apache.james.mailrepository.javamail
 

Classes in org.apache.james.mailrepository.javamail that implement FolderAdapterFactory
 class AbstractJavamailStoreMailRepository
          MailRepository implementation to store mail in a Javamail store This implementation should be considered as EXPERIMENTAL.
 class HashJavamailStoreMailRepository
          MailRepository implementation to store mail in a Javamail store.
 class UIDPlusFolderMailRepository
          MailRepository implementation to store mail in a Javamail store which provides the UID Plus method public long[] addUIDMessages.

This implementation should be considered as EXPERIMENTAL.
 

Methods in org.apache.james.mailrepository.javamail with parameters of type FolderAdapterFactory
 void StoreGateKeeper.setFolderAdapterFactory(FolderAdapterFactory folderFactory)
           
 void StoreGateKeeperImpl.setFolderAdapterFactory(FolderAdapterFactory folderFactory)
           
 



Copyright ? 2002-2009 The Apache Software Foundation. All Rights Reserved.