com.sun.mail.imap
クラス IMAPSSLStore
java.lang.Object
javax.mail.Service
javax.mail.Store
com.sun.mail.imap.IMAPStore
com.sun.mail.imap.IMAPSSLStore
- すべての実装されたインタフェース:
- com.sun.mail.iap.ResponseHandler, QuotaAwareStore
public final class IMAPSSLStore
- extends IMAPStore
このクラスは SSL 上の IMAP メッセージストアへのアクセスを提供します。
コンストラクタの概要 |
IMAPSSLStore(Session session,
URLName urlname)
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, 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 urlname)
- Constructor that takes a Session object and a URLName that represents a specific IMAP server.