com.sun.mail.pop3
クラス POP3SSLStore

java.lang.Object
  上位を拡張 javax.mail.Service
      上位を拡張 javax.mail.Store
          上位を拡張 com.sun.mail.pop3.POP3Store
              上位を拡張 com.sun.mail.pop3.POP3SSLStore

public final class POP3SSLStore
extends POP3Store

SSL を使用する POP3 Message Store です。 一つの "INBOX" フォルダだけを含んでいます。


フィールドの概要
 
クラス javax.mail.Service から継承されたフィールド
debug, session, url
 
コンストラクタの概要
POP3SSLStore(Session session, URLName url)
          コンストラクタです。
 
メソッドの概要
 
クラス com.sun.mail.pop3.POP3Store から継承されたメソッド
close, finalize, getDefaultFolder, getFolder, getFolder, isConnected, protocolConnect
 
クラス javax.mail.Store から継承されたメソッド
addFolderListener, addStoreListener, getPersonalNamespaces, getSharedNamespaces, getUserNamespaces, 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
 

コンストラクタの詳細

POP3SSLStore

public POP3SSLStore(Session session,
                    URLName url)
コンストラクタです。