|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.mail.Service
javax.mail.Store
org.apache.geronimo.mail.AbstractStore
org.apache.geronimo.mail.pop3.POP3Store
Represents the Apache implementation of the POP3 Store.
Field Summary |
Fields inherited from class javax.mail.Service |
debug, session, url |
Constructor Summary | |
POP3Store(javax.mail.Session session,
javax.mail.URLName name)
Create a new POP3 store |
Method Summary | |
javax.mail.Folder |
getFolder(javax.mail.URLName name)
|
Methods inherited from class org.apache.geronimo.mail.AbstractStore |
getDefaultFolder, getFolder |
Methods inherited from class javax.mail.Store |
addFolderListener, addStoreListener, getPersonalNamespaces, getSharedNamespaces, getUserNamespaces, notifyFolderListeners, notifyFolderRenamedListeners, notifyStoreListeners, removeFolderListener, removeStoreListener |
Methods inherited from class javax.mail.Service |
addConnectionListener, close, connect, connect, connect, finalize, getURLName, isConnected, notifyConnectionListeners, protocolConnect, queueEvent, removeConnectionListener, setConnected, setURLName, toString |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public POP3Store(javax.mail.Session session, javax.mail.URLName name)
session
- the session to be associated withname
- the name of this storeMethod Detail |
public javax.mail.Folder getFolder(javax.mail.URLName name) throws javax.mail.MessagingException
javax.mail.MessagingException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |