This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


com.sun.mail.pop3
class POP3SSLStore

javax.mail.Service extended by javax.mail.Store extended by com.sun.mail.pop3.POP3Store extended by com.sun.mail.pop3.POP3SSLStore

public class POP3SSLStore
extends POP3Store

A POP3 Message Store using SSL. Contains only one folder, "INBOX".


Field Summary
 
Fields inherited from class javax.mail.Service
debug, session, url
 
Constructor Summary
POP3SSLStore(Session session, URLName url)

          
 
Method Summary
 
Methods inherited from class com.sun.mail.pop3.POP3Store
close, finalize, getDefaultFolder, getFolder, getFolder, isConnected, protocolConnect
 
Methods inherited from class javax.mail.Store
addFolderListener, addStoreListener, getDefaultFolder, getFolder, getFolder, getPersonalNamespaces, getSharedNamespaces, getUserNamespaces, notifyFolderListeners, notifyFolderRenamedListeners, notifyStoreListeners, removeFolderListener, removeStoreListener
 
Methods inherited from class javax.mail.Service
addConnectionListener, close, connect, connect, connect, connect, finalize, getURLName, isConnected, notifyConnectionListeners, protocolConnect, queueEvent, removeConnectionListener, setConnected, setURLName, toString
 

Constructor Detail

POP3SSLStore

public POP3SSLStore(Session session,
                    URLName url)
Parameters:
session
url


This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.
This page displays the Jadeite version of the documention. The official Sun™ documentation can be found here at http://java.sun.com/products/javamail/javadocs/index.html.