com.sun.mail.imap
类 IMAPSSLStore
java.lang.Object
javax.mail.Service
javax.mail.Store
com.sun.mail.imap.IMAPStore
com.sun.mail.imap.IMAPSSLStore
- 所有已实现的接口:
- ResponseHandler, QuotaAwareStore
public class IMAPSSLStore
- extends IMAPStore
This class provides access to an IMAP message store over SSL.
|
构造方法摘要 |
IMAPSSLStore(Session session,
URLName url)
Constructor that takes a Session object and a URLName that
represents a specific IMAP server. |
| 从类 com.sun.mail.imap.IMAPStore 继承的方法 |
close, finalize, getDefaultFolder, getFolder, getFolder, getPersonalNamespaces, getQuota, getSharedNamespaces, getUserNamespaces, handleResponse, hasCapability, idle, isConnected, protocolConnect, setPassword, setQuota, setUsername |
| 从类 javax.mail.Service 继承的方法 |
addConnectionListener, connect, connect, connect, connect, getURLName, notifyConnectionListeners, queueEvent, removeConnectionListener, setConnected, setURLName, toString |
IMAPSSLStore
public IMAPSSLStore(Session session,
URLName url)
- Constructor that takes a Session object and a URLName that
represents a specific IMAP server.
Copyright © 2013. All Rights Reserved.