java.lang.Object
jakarta.mail.Service
jakarta.mail.Store
org.eclipse.angus.mail.pop3.POP3Store
org.eclipse.angus.mail.pop3.POP3SSLStore
- All Implemented Interfaces:
AutoCloseable
A POP3 Message Store using SSL. Contains only one folder, "INBOX".
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.angus.mail.pop3.POP3Store
capabilities, close, finalize, getDefaultFolder, getFolder, getFolder, isConnected, isSSL, protocolConnect
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
-
Constructor Details
-
POP3SSLStore
-