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.imap
class IMAPSSLStore

javax.mail.Service extended by javax.mail.Store extended by com.sun.mail.imap.IMAPStore extended by com.sun.mail.imap.IMAPSSLStore
All Implemented Interfaces:
ResponseHandler, QuotaAwareStore

public class IMAPSSLStore
extends IMAPStore

This class provides access to an IMAP message store over SSL.


Field Summary
 
Fields inherited from class com.sun.mail.imap.IMAPStore
RESPONSE
 
Fields inherited from class javax.mail.Service
debug, session, url
 
Constructor Summary
IMAPSSLStore(Session session, URLName url)

          Constructor that takes a Session object and a URLName that represents a specific IMAP server.
 
Method Summary
 
Methods inherited from class com.sun.mail.imap.IMAPStore
close, finalize, getDefaultFolder, getFolder, getFolder, getPersonalNamespaces, getQuota, getSharedNamespaces, getUserNamespaces, handleResponse, hasCapability, idle, isConnected, protocolConnect, setPassword, setQuota, setUsername
 
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

IMAPSSLStore

public IMAPSSLStore(Session session,
                    URLName url)
Constructor that takes a Session object and a URLName that represents a specific IMAP server.

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.