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 class POP3SSLStore
extends POP3Store

A POP3 Message Store using SSL. Contains only one folder, "INBOX".

作者:
Bill Shannon

字段摘要
 
从类 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)


Copyright © 2013. All Rights Reserved.