Package com.sun.mail.imap
Class IMAPSSLStore
java.lang.Object
javax.mail.Service
javax.mail.Store
com.sun.mail.imap.IMAPStore
com.sun.mail.imap.IMAPSSLStore
- All Implemented Interfaces:
ResponseHandler
,AutoCloseable
,QuotaAwareStore
This class provides access to an IMAP message store over SSL.
-
Field Summary
Fields inherited from class com.sun.mail.imap.IMAPStore
ID_ADDRESS, ID_ARGUMENTS, ID_COMMAND, ID_DATE, ID_ENVIRONMENT, ID_NAME, ID_OS, ID_OS_VERSION, ID_SUPPORT_URL, ID_VENDOR, ID_VERSION, RESPONSE
-
Constructor Summary
ConstructorsConstructorDescriptionIMAPSSLStore
(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, getDefaultFolder, getFolder, getFolder, getPersonalNamespaces, getProxyAuthUser, getQuota, getSharedNamespaces, getUserNamespaces, handleResponse, hasCapability, id, idle, isConnected, isSSL, setPassword, setProxyAuthUser, setQuota, setUsername
Methods inherited from class javax.mail.Store
addFolderListener, addStoreListener, removeFolderListener, removeStoreListener
Methods inherited from class javax.mail.Service
addConnectionListener, connect, connect, connect, connect, getURLName, removeConnectionListener, toString
-
Constructor Details
-
IMAPSSLStore
Constructor that takes a Session object and a URLName that represents a specific IMAP server.- Parameters:
session
- the Sessionurl
- the URLName of this store
-