类 com.sun.mail.imap.IMAPStore
的使用

使用 IMAPStore 的软件包
com.sun.mail.imap An IMAP protocol provider for the JavaMail API that provides access to an IMAP message store. 
 

com.sun.mail.imapIMAPStore 的使用
 

com.sun.mail.imapIMAPStore 的子类
 class IMAPSSLStore
          This class provides access to an IMAP message store over SSL.
 

参数类型为 IMAPStorecom.sun.mail.imap 中的构造方法
DefaultFolder(IMAPStore store)
           
IMAPFolder(ListInfo li, IMAPStore store)
          Constructor used to create an existing folder.
IMAPFolder(String fullName, char separator, IMAPStore store)
          Constructor used to create a possibly non-existent folder.
IMAPFolder(String fullName, char separator, IMAPStore store, boolean isNamespace)
          Constructor used to create a possibly non-existent folder.
 



Copyright © 2013. All Rights Reserved.