Uses of Class
javax.mail.Store

Packages that use Store
javax.mail   
javax.mail.event   
 

Uses of Store in javax.mail
 

Fields in javax.mail declared as Store
protected  Store Folder.store
           
 

Methods in javax.mail that return Store
 Store StoreClosedException.getStore()
           
 Store Session.getStore()
           
 Store Session.getStore(Provider provider)
           
 Store Session.getStore(String protocol)
           
 Store Session.getStore(URLName url)
           
 Store Folder.getStore()
           
 

Constructors in javax.mail with parameters of type Store
StoreClosedException(Store store)
           
StoreClosedException(Store store, String message)
           
Folder(Store store)
           
 

Uses of Store in javax.mail.event
 

Constructors in javax.mail.event with parameters of type Store
StoreEvent(Store store, int type, String message)
           
 



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.