|
||||||||||
| 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.javamail.store.pop3.POP3Store
org.apache.geronimo.javamail.store.pop3.POP3SSLStore
public class POP3SSLStore
POP3 implementation of javax.mail.Store over an SSL connection.
| Field Summary |
|---|
| Fields inherited from class org.apache.geronimo.javamail.store.pop3.POP3Store |
|---|
connectionPool, debug, debugStream, DEFAULT_POP3_PORT, DEFAULT_POP3_SSL_PORT, openFolders, props, root |
| Fields inherited from class javax.mail.Service |
|---|
session, url |
| Constructor Summary | |
|---|---|
POP3SSLStore(Session session,
URLName urlName)
Construct an POP3SSLStore item. |
|
| Method Summary |
|---|
| Methods inherited from class org.apache.geronimo.javamail.store.pop3.POP3Store |
|---|
close, closeOpenFolders, finalize, getConnection, getDefaultFolder, getFolder, getFolder, isConnected, protocolConnect, releaseConnection |
| 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, connect, connect, connect, connect, getURLName, notifyConnectionListeners, queueEvent, removeConnectionListener, setConnected, setURLName, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public POP3SSLStore(Session session,
URLName urlName)
session - The owning javamail Session.urlName - The Store urlName, which can contain server target information.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||