java.lang.Object
jakarta.mail.Service
jakarta.mail.Store
org.eclipse.angus.mail.imap.IMAPStore
org.eclipse.angus.mail.gimap.GmailStore
org.eclipse.angus.mail.gimap.GmailSSLStore
- All Implemented Interfaces:
QuotaAwareStore
,AutoCloseable
,org.eclipse.angus.mail.iap.ResponseHandler
Support "gimaps" protocol name.
Unnecessary, since Gmail always uses SSL, but someone might
expect this name to work.
- Since:
- JavaMail 1.4.6
-
Field Summary
Fields inherited from class org.eclipse.angus.mail.imap.IMAPStore
authorizationID, defaultPort, host, ID_ADDRESS, ID_ARGUMENTS, ID_COMMAND, ID_DATE, ID_ENVIRONMENT, ID_NAME, ID_OS, ID_OS_VERSION, ID_SUPPORT_URL, ID_VENDOR, ID_VERSION, isSSL, logger, name, password, proxyAuthUser, RESPONSE, saslRealm, user
-
Constructor Summary
ConstructorDescriptionGmailSSLStore
(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 org.eclipse.angus.mail.gimap.GmailStore
newIMAPFolder, newIMAPFolder, newIMAPProtocol, protocolConnect
Methods inherited from class org.eclipse.angus.mail.imap.IMAPStore
close, finalize, getDefaultFolder, getFolder, getFolder, getPersonalNamespaces, getProxyAuthUser, getQuota, getSharedNamespaces, getUserNamespaces, handleResponse, hasCapability, id, idle, isConnected, isSSL, newIMAPFolder, preLogin, setPassword, setProxyAuthUser, setQuota, setUsername
Methods inherited from class jakarta.mail.Store
addFolderListener, addStoreListener, notifyFolderListeners, notifyFolderRenamedListeners, notifyStoreListeners, removeFolderListener, removeStoreListener
Methods inherited from class jakarta.mail.Service
addConnectionListener, connect, connect, connect, connect, getURLName, notifyConnectionListeners, queueEvent, removeConnectionListener, setConnected, setURLName, toString
-
Constructor Details
-
GmailSSLStore
Constructor that takes a Session object and a URLName that represents a specific IMAP server.- Parameters:
session
- the Sessionurl
- the URLName of this store
-