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 メッセージストアへのアクセスを提供します。


フィールドの概要
 
クラス javax.mail.Service から継承されたフィールド
session, url
 
コンストラクタの概要
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.Store から継承されたメソッド
addFolderListener, addStoreListener, notifyFolderListeners, notifyFolderRenamedListeners, notifyStoreListeners, removeFolderListener, removeStoreListener
 
クラス javax.mail.Service から継承されたメソッド
addConnectionListener, connect, connect, connect, connect, getURLName, notifyConnectionListeners, queueEvent, removeConnectionListener, setConnected, setURLName, toString
 
クラス java.lang.Object から継承されたメソッド
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

IMAPSSLStore

public IMAPSSLStore(Session session,
                    URLName urlname)
Constructor that takes a Session object and a URLName that represents a specific IMAP server.