Class POP3SSLStore

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class POP3SSLStore
    extends POP3Store
    A POP3 Message Store using SSL. Contains only one folder, "INBOX".
    • Field Summary

      • Fields inherited from class jakarta.mail.Service

        debug, session, url
    • Constructor Summary

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

      • Methods inherited from class jakarta.mail.Store

        addFolderListener, addStoreListener, getPersonalNamespaces, getSharedNamespaces, getUserNamespaces, 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 Detail

      • POP3SSLStore

        public POP3SSLStore​(jakarta.mail.Session session,
                            jakarta.mail.URLName url)