org.apache.geronimo.javamail.store.pop3
Class POP3SSLStore

java.lang.Object
  extended by javax.mail.Service
      extended by javax.mail.Store
          extended by org.apache.geronimo.javamail.store.pop3.POP3Store
              extended by org.apache.geronimo.javamail.store.pop3.POP3SSLStore

public class POP3SSLStore
extends POP3Store

POP3 implementation of javax.mail.Store over an SSL connection.

Version:
$Rev: 597135 $ $Date: 2007-11-21 11:26:57 -0500 (Wed, 21 Nov 2007) $

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

POP3SSLStore

public POP3SSLStore(Session session,
                    URLName urlName)
Construct an POP3SSLStore item.

Parameters:
session - The owning javamail Session.
urlName - The Store urlName, which can contain server target information.


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