Class JmixIMAPSSLStore

java.lang.Object
jakarta.mail.Service
jakarta.mail.Store
org.eclipse.angus.mail.imap.IMAPStore
io.jmix.imap.protocol.JmixIMAPStore
io.jmix.imap.protocol.JmixIMAPSSLStore
All Implemented Interfaces:
jakarta.mail.QuotaAwareStore, AutoCloseable, org.eclipse.angus.mail.iap.ResponseHandler

public class JmixIMAPSSLStore extends JmixIMAPStore
  • 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

    Fields inherited from class jakarta.mail.Service

    debug, session, url
  • Constructor Summary

    Constructors
    Constructor
    Description
    JmixIMAPSSLStore(jakarta.mail.Session session, jakarta.mail.URLName url)
     
  • Method Summary

    Methods inherited from class io.jmix.imap.protocol.JmixIMAPStore

    newIMAPProtocol

    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, newIMAPFolder, newIMAPFolder, preLogin, protocolConnect, 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

    Methods inherited from class java.lang.Object

    clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • JmixIMAPSSLStore

      public JmixIMAPSSLStore(jakarta.mail.Session session, jakarta.mail.URLName url)