Uses of Class
org.apache.geronimo.javamail.store.pop3.POP3Store

Packages that use POP3Store
org.apache.geronimo.javamail.store.pop3   
org.apache.geronimo.javamail.store.pop3.connection   
 

Uses of POP3Store in org.apache.geronimo.javamail.store.pop3
 

Subclasses of POP3Store in org.apache.geronimo.javamail.store.pop3
 class POP3SSLStore
          POP3 implementation of javax.mail.Store over an SSL connection.
 

Constructors in org.apache.geronimo.javamail.store.pop3 with parameters of type POP3Store
POP3Folder(POP3Store store, String name)
          Create a new folder associate with a POP3 store instance.
POP3RootFolder(POP3Store store)
          Create a default POP3RootFolder attached to a specific Store instance.
 

Uses of POP3Store in org.apache.geronimo.javamail.store.pop3.connection
 

Fields in org.apache.geronimo.javamail.store.pop3.connection declared as POP3Store
protected  POP3Store POP3ConnectionPool.store
           
 

Constructors in org.apache.geronimo.javamail.store.pop3.connection with parameters of type POP3Store
POP3ConnectionPool(POP3Store store, ProtocolProperties props)
          Create a connection pool associated with a give POP3Store instance.
 



Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.