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.


字段摘要
 
从类 com.sun.mail.imap.IMAPStore 继承的字段
RESPONSE
 
从类 javax.mail.Service 继承的字段
debug, session, url
 
构造方法摘要
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.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 url)
Constructor that takes a Session object and a URLName that represents a specific IMAP server.



Copyright © 2013. All Rights Reserved.