public interface MailRepositoryStore
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | MailRepositoryStore.MailRepositoryStoreException | 
| Modifier and Type | Method and Description | 
|---|---|
| List<String> | getUrls()Return a  Listwhich contains all urls of the selectedMailRepository's | 
| MailRepository | select(String url)Select the  MailRepositoryfor the given url | 
MailRepository select(String url) throws MailRepositoryStore.MailRepositoryStoreException
MailRepository for the given urlurl - MailRepositoryStore.MailRepositoryStoreExceptionList<String> getUrls()
List which contains all urls of the selected
 MailRepository'sCopyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.