Class POP3SSLStore
java.lang.Object
javax.mail.Service
javax.mail.Store
com.sun.mail.pop3.POP3Store
com.sun.mail.pop3.POP3SSLStore
- All Implemented Interfaces:
AutoCloseable
A POP3 Message Store using SSL. Contains only one folder, "INBOX".
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class POP3Store
capabilities, close, finalize, getDefaultFolder, getFolder, getFolder, isConnected, isSSL, protocolConnectMethods inherited from class Store
addFolderListener, addStoreListener, getPersonalNamespaces, getSharedNamespaces, getUserNamespaces, notifyFolderListeners, notifyFolderRenamedListeners, notifyStoreListeners, removeFolderListener, removeStoreListenerMethods inherited from class Service
addConnectionListener, connect, connect, connect, connect, getURLName, notifyConnectionListeners, queueEvent, removeConnectionListener, setConnected, setURLName, toString
-
Constructor Details
-
POP3SSLStore
-